summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrian <brian@openbsd.org>1998-09-04 18:42:08 +0000
committerbrian <brian@openbsd.org>1998-09-04 18:42:08 +0000
commit6dcc1fb703a6cd2806505d90cba367546b455cbf (patch)
treedbe782c0369fffe63e1a9a1d02e5046a4a80704f
parentDon't cast potentially unaligned addresses to pointers to (diff)
downloadwireguard-openbsd-6dcc1fb703a6cd2806505d90cba367546b455cbf.tar.xz
wireguard-openbsd-6dcc1fb703a6cd2806505d90cba367546b455cbf.zip
Add a missing #include
-rw-r--r--usr.sbin/ppp/ppp/ipcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/ipcp.c b/usr.sbin/ppp/ppp/ipcp.c
index dc089d14ec7..6bc15118327 100644
--- a/usr.sbin/ppp/ppp/ipcp.c
+++ b/usr.sbin/ppp/ppp/ipcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.c,v 1.3 1998/09/04 18:27:46 brian Exp $
+ * $Id: ipcp.c,v 1.4 1998/09/04 18:42:08 brian Exp $
*
* TODO:
* o More RFC1772 backward compatibility
@@ -48,6 +48,7 @@
#include <alias.h>
#endif
#endif
+#include "ua.h"
#include "defs.h"
#include "command.h"
#include "mbuf.h"