aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/network/receiver.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-05-23 09:08:13 +0000
committerMartin Willi <martin@strongswan.org>2007-05-23 09:08:13 +0000
commit76042f8471888b89fd0734ad85c1b22672029e8c (patch)
tree64bff317df24ac44c451ce598496e629fc00b630 /src/charon/network/receiver.c
parent0f6b06825921ea6dcffa5df24b5a3c2066955d32 (diff)
downloadstrongswan-76042f8471888b89fd0734ad85c1b22672029e8c.tar.bz2
strongswan-76042f8471888b89fd0734ad85c1b22672029e8c.tar.xz
proper thread cancellation when using the charon->interfaces
Diffstat (limited to 'src/charon/network/receiver.c')
-rw-r--r--src/charon/network/receiver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/network/receiver.c b/src/charon/network/receiver.c
index a472e9457..9b4bf71ac 100644
--- a/src/charon/network/receiver.c
+++ b/src/charon/network/receiver.c
@@ -22,6 +22,7 @@
*/
#include <stdlib.h>
+#include <unistd.h>
#include <pthread.h>
#include "receiver.h"