diff options
author | brian <brian@cvs.openbsd.org> | 1998-09-04 18:42:09 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 1998-09-04 18:42:09 +0000 |
commit | a015b24948d7784a60fd2088998cd612658301c3 (patch) | |
tree | 702222a38402e7832a4a2e2aefc623671824dbc6 /usr.sbin | |
parent | dee8f5d4d9c11824c3068368df4ebc82878eb147 (diff) |
Add a missing #include
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/ppp/ipcp.c | 3 |
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" |