aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-27 11:00:10 +0000
commit0238db34853380280ccf164918ebbb28260f4629 (patch)
tree2c47ddbbfa27e7a0479d5c12e78d77342780a4bd /src/include/platform.h
parentdc3ae8f36ec69ca2a96a93feda501682ff168320 (diff)
downloadgnunet-0238db34853380280ccf164918ebbb28260f4629.tar.gz
gnunet-0238db34853380280ccf164918ebbb28260f4629.zip
enabling use of pipes for signal communication also on UNIX to enable future integration with Java services
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 179503731..7383e48ad 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -107,6 +107,7 @@
107#include <stdarg.h> 107#include <stdarg.h>
108#include <errno.h> 108#include <errno.h>
109#include <signal.h> 109#include <signal.h>
110#include <libgen.h>
110#ifdef WINDOWS 111#ifdef WINDOWS
111#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */ 112#include <malloc.h> /* for alloca(), on other OSes it's in stdlib.h */
112#endif 113#endif