summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/vjcomp.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/vjcomp.c
parentccf90b2b068cb10138891a60bdc6c53552a37f31 (diff)
downloadFreeBSD-src-ef284dc009ccd53edb53818985a9892c7f8a614b.zip
FreeBSD-src-ef284dc009ccd53edb53818985a9892c7f8a614b.tar.gz
Fix some OpenBSD/alpha warnings
Diffstat (limited to 'usr.sbin/ppp/vjcomp.c')
-rw-r--r--usr.sbin/ppp/vjcomp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/vjcomp.c b/usr.sbin/ppp/vjcomp.c
index ba1ef1b..8ff5b92 100644
--- a/usr.sbin/ppp/vjcomp.c
+++ b/usr.sbin/ppp/vjcomp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: vjcomp.c,v 1.21 1998/06/27 23:48:54 brian Exp $
+ * $Id: vjcomp.c,v 1.22 1998/08/07 18:42:51 brian Exp $
*
* TODO:
*/
@@ -28,6 +28,7 @@
#include <sys/un.h>
#include <stdio.h>
+#include <string.h>
#include "mbuf.h"
#include "log.h"
OpenPOWER on IntegriCloud