diff options
| author | itojun <itojun@NetBSD.org> | 2002-09-23 03:32:34 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2002-09-23 03:32:34 +0000 |
| commit | a9fc5f306a72ef2481ea96357f7b8e5397dffce0 (patch) | |
| tree | 177e718403f4f2f4cc5aec45599452628862be53 /libexec/identd | |
| parent | 3d91bfef7951a486cfa263594b8978a2d44a975a (diff) | |
poll.h, not sys/poll.h
Diffstat (limited to 'libexec/identd')
| -rw-r--r-- | libexec/identd/identd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/identd/identd.c b/libexec/identd/identd.c index e7990b1bef8..bb4b1d99f41 100644 --- a/libexec/identd/identd.c +++ b/libexec/identd/identd.c @@ -1,4 +1,4 @@ -/* $NetBSD: identd.c,v 1.14 2002/09/18 20:20:28 mycroft Exp $ */ +/* $NetBSD: identd.c,v 1.15 2002/09/23 03:32:35 itojun Exp $ */ /* ** identd.c A TCP/IP link identification protocol server @@ -36,12 +36,12 @@ #include <netdb.h> #include <signal.h> #include <fcntl.h> +#include <poll.h> #include <sys/types.h> #include <sys/param.h> #include <sys/ioctl.h> #include <sys/socket.h> -#include <sys/poll.h> #ifndef _AUX_SOURCE # include <sys/file.h> #endif |
