diff options
Diffstat (limited to 'secure/lib/libcipher')
-rw-r--r-- | secure/lib/libcipher/crypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/secure/lib/libcipher/crypt.c b/secure/lib/libcipher/crypt.c index 4798371..baf09e2 100644 --- a/secure/lib/libcipher/crypt.c +++ b/secure/lib/libcipher/crypt.c @@ -53,6 +53,7 @@ */ #include <sys/types.h> #include <sys/param.h> +#include <arpa/inet.h> #include <pwd.h> #ifdef DEBUG |