SF.net SVN: geany: [993] trunk
eht16 at users.sourceforge.net
eht16 at xxxxx
Tue Nov 14 01:27:18 UTC 2006
Revision: 993
http://svn.sourceforge.net/geany/?rev=993&view=rev
Author: eht16
Date: 2006-11-13 17:27:12 -0800 (Mon, 13 Nov 2006)
Log Message:
-----------
Added missing inclusion of signal.h.
Modified Paths:
--------------
trunk/ChangeLog
trunk/src/build.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-11-13 22:26:55 UTC (rev 992)
+++ trunk/ChangeLog 2006-11-14 01:27:12 UTC (rev 993)
@@ -9,6 +9,7 @@
Added new filetype VHDL.
* geany.glade, src/interface.c, src/keybindings.c:
Use plural for line commentation description labels.
+ * src/build.c: Added missing inclusion of signal.h.
2006-11-13 Nick Treleaven <nick.treleaven at btinternet.com>
Modified: trunk/src/build.c
===================================================================
--- trunk/src/build.c 2006-11-13 22:26:55 UTC (rev 992)
+++ trunk/src/build.c 2006-11-14 01:27:12 UTC (rev 993)
@@ -34,6 +34,7 @@
#ifdef G_OS_UNIX
# include <sys/types.h>
# include <sys/wait.h>
+# include <signal.h>
#endif
#include "support.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