diff options
author | brian <brian@FreeBSD.org> | 1997-05-25 19:49:44 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-05-25 19:49:44 +0000 |
commit | 8089164d6fdd97167753a3a56afb162c5a6f699c (patch) | |
tree | 4bbeec7268bf0e3a76e4c888e6aaa17bce509747 | |
parent | a51dec7beef5ca5ded9728ffb90982d0311adfc1 (diff) | |
download | FreeBSD-src-8089164d6fdd97167753a3a56afb162c5a6f699c.zip FreeBSD-src-8089164d6fdd97167753a3a56afb162c5a6f699c.tar.gz |
Include <alias.h>, not "alias.h"
-rw-r--r-- | usr.sbin/ppp/alias_cmd.c | 3 | ||||
-rw-r--r-- | usr.sbin/ppp/nat_cmd.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/ppp/alias_cmd.c b/usr.sbin/ppp/alias_cmd.c index 999b5a7..1d99415 100644 --- a/usr.sbin/ppp/alias_cmd.c +++ b/usr.sbin/ppp/alias_cmd.c @@ -8,12 +8,11 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> +#include <alias.h> #include "command.h" #include "vars.h" -#include "alias.h" - static int StrToAddr (char *, struct in_addr* addr); diff --git a/usr.sbin/ppp/nat_cmd.c b/usr.sbin/ppp/nat_cmd.c index 999b5a7..1d99415 100644 --- a/usr.sbin/ppp/nat_cmd.c +++ b/usr.sbin/ppp/nat_cmd.c @@ -8,12 +8,11 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> +#include <alias.h> #include "command.h" #include "vars.h" -#include "alias.h" - static int StrToAddr (char *, struct in_addr* addr); |