diff options
author | Martin Willi <martin@strongswan.org> | 2006-07-28 09:45:18 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-07-28 09:45:18 +0000 |
commit | f698448ea3d587451f2cc60c2e6e65aae5275d38 (patch) | |
tree | 2cfaed9de29551b4dd63d104be8232e68c8e2b82 /src/charon/daemon.c | |
parent | fe04e93a8b3306cf67ab726cd0ad06312a7ed3f6 (diff) | |
download | strongswan-f698448ea3d587451f2cc60c2e6e65aae5275d38.tar.bz2 strongswan-f698448ea3d587451f2cc60c2e6e65aae5275d38.tar.xz |
implemented proper refcounting using atomic operations
Diffstat (limited to 'src/charon/daemon.c')
-rw-r--r-- | src/charon/daemon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/daemon.c b/src/charon/daemon.c index 5e4a67a20..a368ee428 100644 --- a/src/charon/daemon.c +++ b/src/charon/daemon.c @@ -32,6 +32,7 @@ #include <execinfo.h> #include <string.h> #include <getopt.h> +#include <errno.h> #include "daemon.h" |