Module: sems Branch: peterlemenkov/1.4.2-fedora Commit: 219a33b20daf2d3a76264be17551475f25e46509 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=219a33b20daf2d3a76264be17551475f25e46509
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 674f16c..10c498a 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
