Eina_Debug: Fix missing include of signal.h

This commit is contained in:
Jeeyong Um 2017-06-05 20:14:29 +09:00
parent ca8a8b712c
commit 89c55209cf
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "eina_debug_private.h"
#ifndef _WIN32
# include <signal.h>
# define SIG SIGPROF
#endif