Don't depend on time.h including sys/types.h

This commit is contained in:
brian 1997-09-27 19:41:40 +00:00
parent 35d713757e
commit 889a2eb5e6

View File

@ -17,13 +17,14 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * 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: * TODO:
* o Validate magic number received from peer. * o Validate magic number received from peer.
* o Limit data field length by MRU * o Limit data field length by MRU
*/ */
#include <sys/time.h> #include <sys/time.h>
#include <sys/types.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <signal.h> #include <signal.h>