summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/lcp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-09-27 19:41:40 +0000
committerbrian <brian@FreeBSD.org>1997-09-27 19:41:40 +0000
commit889a2eb5e6da5848d0219d0d343703902101ee81 (patch)
treec86f2221159454ee453549f302506e4fce634b56 /usr.sbin/ppp/lcp.c
parent35d713757ef30601775f310bfc1eba0718fb6a84 (diff)
downloadFreeBSD-src-889a2eb5e6da5848d0219d0d343703902101ee81.zip
FreeBSD-src-889a2eb5e6da5848d0219d0d343703902101ee81.tar.gz
Don't depend on time.h including sys/types.h
Diffstat (limited to 'usr.sbin/ppp/lcp.c')
-rw-r--r--usr.sbin/ppp/lcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/lcp.c b/usr.sbin/ppp/lcp.c
index aa6c619..4c04eaa 100644
--- a/usr.sbin/ppp/lcp.c
+++ b/usr.sbin/ppp/lcp.c
@@ -17,13 +17,14 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: lcp.c,v 1.34 1997/09/23 19:52:14 brian Exp $
+ * $Id: lcp.c,v 1.35 1997/09/25 00:52:34 brian Exp $
*
* TODO:
* o Validate magic number received from peer.
* o Limit data field length by MRU
*/
#include <sys/time.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <signal.h>
OpenPOWER on IntegriCloud