Add include of signal.h to Emulator.cpp

ndb/src/kernel/vm/Emulator.cpp:
  Added signal.h to include header for signal
This commit is contained in:
unknown 2004-07-23 10:32:23 +02:00
commit fea015fff0

View file

@ -35,6 +35,8 @@
#include <NdbSleep.h>
#include <new>
#include <signal.h> // For process signals
extern "C" {
extern void (* ndb_new_handler)();
}