[Substrate-commits] SF.net SVN: substrate: [284] trunk/Foundation/LFStackException.m
Brought to you by:
landonf
|
From: <la...@us...> - 2006-08-31 22:42:03
|
Revision: 284
http://svn.sourceforge.net/substrate/?rev=284&view=rev
Author: landonf
Date: 2006-08-31 15:42:00 -0700 (Thu, 31 Aug 2006)
Log Message:
-----------
Need signal.h for SIGTRAP and kill
Modified Paths:
--------------
trunk/Foundation/LFStackException.m
Modified: trunk/Foundation/LFStackException.m
===================================================================
--- trunk/Foundation/LFStackException.m 2006-08-31 22:35:54 UTC (rev 283)
+++ trunk/Foundation/LFStackException.m 2006-08-31 22:42:00 UTC (rev 284)
@@ -66,6 +66,7 @@
#include <assert.h>
#include <stdlib.h>
#include <pthread.h>
+#include <signal.h>
#include <setjmp.h>
/* Number of exception handlers to store in each bucket.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|