summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-08-26 18:07:57 +0000
committerbrian <brian@FreeBSD.org>1998-08-26 18:07:57 +0000
commitef284dc009ccd53edb53818985a9892c7f8a614b (patch)
tree1871f6ab1acf03428a038e3d64d575a243b3c20f /usr.sbin/ppp/ccp.c
parentccf90b2b068cb10138891a60bdc6c53552a37f31 (diff)
downloadFreeBSD-src-ef284dc009ccd53edb53818985a9892c7f8a614b.zip
FreeBSD-src-ef284dc009ccd53edb53818985a9892c7f8a614b.tar.gz
Fix some OpenBSD/alpha warnings
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index d28c12c..00c8560 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ccp.c,v 1.38 1998/08/07 18:42:47 brian Exp $
+ * $Id: ccp.c,v 1.39 1998/08/26 17:39:36 brian Exp $
*
* TODO:
* o Support other compression protocols
@@ -30,6 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#include <termios.h>
#include "defs.h"
OpenPOWER on IntegriCloud