SF.net SVN: geany: [873] trunk

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Oct 8 21:44:03 UTC 2006


Revision: 873
          http://svn.sourceforge.net/geany/?rev=873&view=rev
Author:   eht16
Date:     2006-10-08 14:43:54 -0700 (Sun, 08 Oct 2006)

Log Message:
-----------
Added additional header files for compatibility with FreeBSD.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/socket.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2006-10-08 15:52:31 UTC (rev 872)
+++ trunk/ChangeLog	2006-10-08 21:43:54 UTC (rev 873)
@@ -3,6 +3,8 @@
  * src/highlighting.c, data/filetypes.ferite: Added some new keywords.
  * src/sci_cb.c:
    Added auto completion for iferr construct for filetype Ferite.
+ * src/socket.c:
+   Added additional header files for compatibility with FreeBSD.
 
 
 2006-10-08  Nick Treleaven  <nick.treleaven at btinternet.com>

Modified: trunk/src/socket.c
===================================================================
--- trunk/src/socket.c	2006-10-08 15:52:31 UTC (rev 872)
+++ trunk/src/socket.c	2006-10-08 21:43:54 UTC (rev 873)
@@ -26,6 +26,9 @@
 #ifdef HAVE_SOCKET
 
 #ifndef G_OS_WIN32
+# include <string.h>
+# include <sys/time.h>
+# include <sys/types.h>
 # include <sys/socket.h>
 # include <sys/un.h>
 # include <netinet/in.h>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list