* src/vm/signallocal.h (vm/types.h): Added.
authortwisti <none@none>
Mon, 5 Feb 2007 01:07:45 +0000 (01:07 +0000)
committertwisti <none@none>
Mon, 5 Feb 2007 01:07:45 +0000 (01:07 +0000)
(vm/global.h): Likewise.

src/vm/signallocal.h

index 0ee51976b0d7c03cf6880c210cfe475a2e2a995b..9cb02fbee3c19efd0257ac7ba2d42fc2c3c3be18 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: signallocal.h 7246 2007-01-29 18:49:05Z twisti $
+   $Id: signallocal.h 7286 2007-02-05 01:07:45Z twisti $
 
 */
 
 
 #include <signal.h>
 
+#include "vm/types.h"
+
+#include "vm/global.h"
+
 
 /* function prototypes ********************************************************/