diff options
Diffstat (limited to 'sys/netgraph/ng_ppp.c')
-rw-r--r-- | sys/netgraph/ng_ppp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c index 960726ee..ea3ba28 100644 --- a/sys/netgraph/ng_ppp.c +++ b/sys/netgraph/ng_ppp.c @@ -53,6 +53,7 @@ #include <sys/errno.h> #include <sys/socket.h> #include <sys/syslog.h> +#include <sys/ctype.h> #include <netgraph/ng_message.h> #include <netgraph/netgraph.h> |