summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/mbuf.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-07 00:54:26 +0000
commit2764b86afdc99a30f4b1a4da2c04db8aa7aa785d (patch)
tree0cb588250996f90611161eaaa08e4d721765d9b3 /usr.sbin/ppp/mbuf.c
parentd24f017be800e31ad16d74ae3366abab383cefe0 (diff)
downloadsrc-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.tar.gz
src-test2-2764b86afdc99a30f4b1a4da2c04db8aa7aa785d.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/mbuf.c')
-rw-r--r--usr.sbin/ppp/mbuf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/mbuf.c b/usr.sbin/ppp/mbuf.c
index d96292cb7bae..46cd2359bfc0 100644
--- a/usr.sbin/ppp/mbuf.c
+++ b/usr.sbin/ppp/mbuf.c
@@ -17,10 +17,10 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: mbuf.c,v 1.13.2.7 1998/04/03 19:25:43 brian Exp $
+ * $Id: mbuf.c,v 1.13.2.8 1998/04/06 09:12:33 brian Exp $
*
*/
-#include <sys/param.h>
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>