Commit fea015ff authored by unknown's avatar unknown

Add include of signal.h to Emulator.cpp


ndb/src/kernel/vm/Emulator.cpp:
  Added signal.h to include header for signal
parent 0ac2de01
......@@ -35,6 +35,8 @@
#include <NdbSleep.h>
#include <new>
#include <signal.h> // For process signals
extern "C" {
extern void (* ndb_new_handler)();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment