|
From: <sv...@va...> - 2011-07-12 17:46:44
|
Author: sewardj Date: 2011-07-12 18:41:50 +0100 (Tue, 12 Jul 2011) New Revision: 11891 Log: Reinstate inclusion of signal.h, removed in r11886. Modified: trunk/coregrind/vgdb.c Modified: trunk/coregrind/vgdb.c =================================================================== --- trunk/coregrind/vgdb.c 2011-07-12 17:28:39 UTC (rev 11890) +++ trunk/coregrind/vgdb.c 2011-07-12 17:41:50 UTC (rev 11891) @@ -59,6 +59,7 @@ #include <sys/stat.h> #include <sys/time.h> #include <errno.h> +#include <signal.h> #include <sys/mman.h> #include <sys/ptrace.h> #include <sys/wait.h> |