Eina_Debug: Fix missing include of signal.h
authorJeeyong Um <conr2d@gmail.com>
Mon, 5 Jun 2017 11:14:29 +0000 (20:14 +0900)
committerJeeyong Um <conr2d@gmail.com>
Mon, 5 Jun 2017 11:18:46 +0000 (20:18 +0900)
src/lib/eina/eina_debug_bt.c

index e8f96fd..a98b852 100644 (file)
@@ -36,6 +36,7 @@
 #include "eina_debug_private.h"
 
 #ifndef _WIN32
+# include <signal.h>
 # define SIG SIGPROF
 #endif