[Substrate-commits] SF.net SVN: substrate: [274] trunk/Foundation/LFObjCGNURuntime.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 06:47:10
|
Revision: 274
http://svn.sourceforge.net/substrate/?rev=274&view=rev
Author: landonf
Date: 2006-08-30 23:47:06 -0700 (Wed, 30 Aug 2006)
Log Message:
-----------
signal.h is needed for kill() and SIGTRAP
Modified Paths:
--------------
trunk/Foundation/LFObjCGNURuntime.m
Modified: trunk/Foundation/LFObjCGNURuntime.m
===================================================================
--- trunk/Foundation/LFObjCGNURuntime.m 2006-08-31 06:44:14 UTC (rev 273)
+++ trunk/Foundation/LFObjCGNURuntime.m 2006-08-31 06:47:06 UTC (rev 274)
@@ -45,6 +45,7 @@
#include <sys/types.h>
#include <unistd.h>
+#include <signal.h>
# include <dlfcn.h>
/* GCC's exception handling and stack unwinding routines */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|