sys/types.h -> sys/param.h

Pointed out by: Niklas Hallqvist <niklas@petra.appli.se>
This commit is contained in:
brian 1998-01-19 22:34:20 +00:00
parent e8eec81f3f
commit d93811908a

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
* $Id: arp.c,v 1.21 1998/01/11 04:02:57 brian Exp $
* $Id: arp.c,v 1.22 1998/01/19 02:59:32 brian Exp $
*
*/
@ -25,7 +25,7 @@
* TODO:
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <net/if.h>