summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/log.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/log.c')
-rw-r--r--usr.sbin/ppp/log.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/ppp/log.c b/usr.sbin/ppp/log.c
index acec60b..32c28bb 100644
--- a/usr.sbin/ppp/log.c
+++ b/usr.sbin/ppp/log.c
@@ -1,13 +1,19 @@
-#include <sys/types.h>
-#include <sys/socket.h>
+/*
+ * $Id: $
+ */
+
#include <sys/param.h>
#include <netinet/in.h>
-#include <syslog.h>
+#include <sys/socket.h>
+
#include <stdarg.h>
#include <stdio.h>
+#include <syslog.h>
+
#include "mbuf.h"
#include "log.h"
#include "loadalias.h"
+#include "command.h"
#include "vars.h"
static char *LogNames[] = {
OpenPOWER on IntegriCloud