Module: sems Branch: 1.4 Commit: ff94051b845fabed3b81b96e96a2d15f11084cb3 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=ff94051b845fabed3b81b96e96a2d15f11084cb3
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Thu Apr 5 15:11:18 2012 +0400 Missing include for close(FILE *) This will affects only gcc 4.7.0+ users. Others won't see any difference. Signed-off-by: Peter Lemenkov <[email protected]> --- core/plug-in/stats/query_stats.cxx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/core/plug-in/stats/query_stats.cxx b/core/plug-in/stats/query_stats.cxx index f226be5..6bb1444 100644 --- a/core/plug-in/stats/query_stats.cxx +++ b/core/plug-in/stats/query_stats.cxx @@ -7,6 +7,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <stdlib.h> +#include <unistd.h> #include <map> #include <string> _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
