summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_ppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_ppp.c')
-rw-r--r--sys/netgraph/ng_ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_ppp.c b/sys/netgraph/ng_ppp.c
index b488889638f3..7c6af9cc3ac1 100644
--- a/sys/netgraph/ng_ppp.c
+++ b/sys/netgraph/ng_ppp.c
@@ -53,7 +53,7 @@
#include <sys/errno.h>
#include <sys/socket.h>
#include <sys/syslog.h>
-#include <sys/ctype.h>
+/* #include <sys/ctype.h> */
#include <netgraph/ng_message.h>
#include <netgraph/netgraph.h>