summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/pap.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-03-31 14:21:46 +0000
committerbrian <brian@FreeBSD.org>1999-03-31 14:21:46 +0000
commit368d30c3ca627bd8c77f69f63f98f7165df46097 (patch)
treef025a44695f3371ecc68f501eba56d41f419e9c3 /usr.sbin/ppp/pap.c
parent3a70671064d720ad2af4292f514b43494569d745 (diff)
downloadFreeBSD-src-368d30c3ca627bd8c77f69f63f98f7165df46097.zip
FreeBSD-src-368d30c3ca627bd8c77f69f63f98f7165df46097.tar.gz
Avoid a few warnings on the alpha
Diffstat (limited to 'usr.sbin/ppp/pap.c')
-rw-r--r--usr.sbin/ppp/pap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/pap.c b/usr.sbin/ppp/pap.c
index 681f90d..1459e51 100644
--- a/usr.sbin/ppp/pap.c
+++ b/usr.sbin/ppp/pap.c
@@ -18,7 +18,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: pap.c,v 1.31 1999/02/06 02:54:47 brian Exp $
+ * $Id: pap.c,v 1.32 1999/02/20 01:12:45 brian Exp $
*
* TODO:
*/
@@ -29,6 +29,7 @@
#include <sys/un.h>
#include <stdlib.h>
+#include <string.h>
#include <termios.h>
#include "mbuf.h"
OpenPOWER on IntegriCloud