diff options
author | Martin Willi <martin@strongswan.org> | 2007-05-23 09:08:13 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-05-23 09:08:13 +0000 |
commit | 76042f8471888b89fd0734ad85c1b22672029e8c (patch) | |
tree | 64bff317df24ac44c451ce598496e629fc00b630 /src/charon/network/receiver.c | |
parent | 0f6b06825921ea6dcffa5df24b5a3c2066955d32 (diff) | |
download | strongswan-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.c | 1 |
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" |