SF.net SVN: geany-plugins:[437] trunk/geanygdb/src/gdb-io.h

eht16 at users.sourceforge.net eht16 at xxxxx
Wed Feb 4 20:06:29 UTC 2009


Revision: 437
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=437&view=rev
Author:   eht16
Date:     2009-02-04 20:06:29 +0000 (Wed, 04 Feb 2009)

Log Message:
-----------
Fix broken compilation on FreeBSD, the plugin won't work at all though.

Modified Paths:
--------------
    trunk/geanygdb/src/gdb-io.h

Modified: trunk/geanygdb/src/gdb-io.h
===================================================================
--- trunk/geanygdb/src/gdb-io.h	2009-02-03 17:20:43 UTC (rev 436)
+++ trunk/geanygdb/src/gdb-io.h	2009-02-04 20:06:29 UTC (rev 437)
@@ -24,6 +24,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 
 
 extern ssize_t getline(char **lineptr, size_t * n, FILE * stream);


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



More information about the Plugins-Commits mailing list