Module: sems Branch: master Commit: fcce1e58b602d3a8664b762776169d20bfc9b7c1 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=fcce1e58b602d3a8664b762776169d20bfc9b7c1
Author: Raphael Coeffic <[email protected]> Committer: Raphael Coeffic <[email protected]> Date: Fri Oct 14 14:35:09 2011 +0200 added missing #include for basename() --- core/AmPlugIn.cpp | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/AmPlugIn.cpp b/core/AmPlugIn.cpp index a447cd9..6b5d587 100644 --- a/core/AmPlugIn.cpp +++ b/core/AmPlugIn.cpp @@ -43,6 +43,7 @@ #include <dlfcn.h> #include <string.h> #include <errno.h> +#include <libgen.h> #include <set> #include <vector> _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
