|
From: <mla...@us...> - 2007-09-10 07:57:49
|
Revision: 302
http://g15daemon.svn.sourceforge.net/g15daemon/?rev=302&view=rev
Author: mlampard
Date: 2007-09-10 00:57:53 -0700 (Mon, 10 Sep 2007)
Log Message:
-----------
fix compiler warning
Modified Paths:
--------------
trunk/g15daemon-wip/g15daemon/main.c
Modified: trunk/g15daemon-wip/g15daemon/main.c
===================================================================
--- trunk/g15daemon-wip/g15daemon/main.c 2007-09-10 07:55:15 UTC (rev 301)
+++ trunk/g15daemon-wip/g15daemon/main.c 2007-09-10 07:57:53 UTC (rev 302)
@@ -31,6 +31,7 @@
#include <errno.h>
#include <string.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <fcntl.h>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|