Module: sems Branch: master Commit: a1e650ff4819d556753877b014eb50e40900d6dd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=a1e650ff4819d556753877b014eb50e40900d6dd
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 4b6f317..bdfb755 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
