diff options
| author | 2015-11-17 02:16:52 +0000 | |
|---|---|---|
| committer | 2015-11-17 02:16:52 +0000 | |
| commit | e83a889d2011e6f52e4527f1f8631508f922a36f (patch) | |
| tree | f2d2b444fd1359d1c04a79b731428ff1f0d6d00d /usr.sbin/ypldap/ldapclient.c | |
| parent | shuffle transmit to avoid IFQ_POLL. (diff) | |
| download | wireguard-openbsd-e83a889d2011e6f52e4527f1f8631508f922a36f.tar.xz wireguard-openbsd-e83a889d2011e6f52e4527f1f8631508f922a36f.zip | |
clean headers
Diffstat (limited to 'usr.sbin/ypldap/ldapclient.c')
| -rw-r--r-- | usr.sbin/ypldap/ldapclient.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ypldap/ldapclient.c b/usr.sbin/ypldap/ldapclient.c index 07388d53772..a4f822fa782 100644 --- a/usr.sbin/ypldap/ldapclient.c +++ b/usr.sbin/ypldap/ldapclient.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ldapclient.c,v 1.33 2015/11/15 01:31:57 jmatthew Exp $ */ +/* $OpenBSD: ldapclient.c,v 1.34 2015/11/17 02:16:52 deraadt Exp $ */ /* * Copyright (c) 2008 Alexander Schrijver <aschrijver@openbsd.org> @@ -20,7 +20,6 @@ #include <sys/types.h> #include <sys/queue.h> #include <sys/socket.h> -#include <sys/signal.h> #include <sys/tree.h> #include <netinet/in.h> @@ -29,6 +28,7 @@ #include <netdb.h> #include <errno.h> #include <err.h> +#include <signal.h> #include <event.h> #include <fcntl.h> #include <unistd.h> |
