|
From: <sv...@va...> - 2011-07-12 17:33:29
|
Author: sewardj Date: 2011-07-12 18:28:39 +0100 (Tue, 12 Jul 2011) New Revision: 11890 Log: Reinstate inclusion of unistd.h, removed in r11886. Modified: trunk/coregrind/vgdb.c Modified: trunk/coregrind/vgdb.c =================================================================== --- trunk/coregrind/vgdb.c 2011-07-12 13:50:59 UTC (rev 11889) +++ trunk/coregrind/vgdb.c 2011-07-12 17:28:39 UTC (rev 11890) @@ -48,6 +48,7 @@ #include "pub_core_gdbserver.h" #include <limits.h> +#include <unistd.h> #include <string.h> #include <poll.h> #include <pthread.h> |