aboutsummaryrefslogtreecommitdiff
path: root/headers.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-09-08 19:24:32 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-09-08 19:24:32 +0000
commit3f647537790e02e892701f4bb2586ccd964c2631 (patch)
treebdbaf24dfcf13214803ba6416871b91b2b7a39ef /headers.h
parentf1e1fb4bdef878c8fc1564fa418d44e7541a7e83 (diff)
downloadbitcoin-3f647537790e02e892701f4bb2586ccd964c2631.tar.xz
Gavin Andresen: clean shutdown on SIGTERM
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@149 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'headers.h')
-rw-r--r--headers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers.h b/headers.h
index 682f7ab1a8..31e6712017 100644
--- a/headers.h
+++ b/headers.h
@@ -99,6 +99,7 @@
#include <net/if.h>
#include <ifaddrs.h>
#include <fcntl.h>
+#include <signal.h>
#endif
#ifdef BSD
#include <netinet/in.h>