mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
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:
parent
0ac2de0163
commit
fea015fff0
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@
|
|||
#include <NdbSleep.h>
|
||||
#include <new>
|
||||
|
||||
#include <signal.h> // For process signals
|
||||
|
||||
extern "C" {
|
||||
extern void (* ndb_new_handler)();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue