diff options
author | Martin Willi <martin@strongswan.org> | 2008-05-13 07:37:08 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-05-13 07:37:08 +0000 |
commit | 808ca43f927dfd2d89b55eb5bf84db6839d1ac14 (patch) | |
tree | f6fd7d1c46ddb0c59c0d7c2fc6a435f9f7fec557 /src/starter/invokepluto.c | |
parent | 5373f2a64208a742af06c38206a5febf7af612e0 (diff) | |
download | strongswan-808ca43f927dfd2d89b55eb5bf84db6839d1ac14.tar.bz2 strongswan-808ca43f927dfd2d89b55eb5bf84db6839d1ac14.tar.xz |
fixed compiler warning (missing include)
Diffstat (limited to 'src/starter/invokepluto.c')
-rw-r--r-- | src/starter/invokepluto.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/starter/invokepluto.c b/src/starter/invokepluto.c index b1bca0ec1..241bad77d 100644 --- a/src/starter/invokepluto.c +++ b/src/starter/invokepluto.c @@ -21,6 +21,7 @@ #include <string.h> #include <stdlib.h> #include <errno.h> +#include <fcntl.h> #include <freeswan.h> |