diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-18 08:06:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-12-18 08:06:24 +0000 |
commit | 9a95a5522903dd7bf5d758a001473d81aeda7861 (patch) | |
tree | 0f35bae153d7f8ff03ff069202b98f16d6755e0c | |
parent | 6fab9b498b27116f5e67c44c0b1764a3f51090f4 (diff) |
netinet/in.h without sys/socket.h
-rw-r--r-- | libexec/identd/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/identd/parse.c b/libexec/identd/parse.c index c31752d00e1..bf3899f0b3d 100644 --- a/libexec/identd/parse.c +++ b/libexec/identd/parse.c @@ -9,6 +9,7 @@ #include <sys/types.h> #include <sys/file.h> #include <sys/stat.h> +#include <sys/socket.h> #include <netinet/in.h> #include <stdio.h> |