summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/probe.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-08-16 16:58:12 +0000
committerbrian <brian@FreeBSD.org>2001-08-16 16:58:12 +0000
commite029be42124d2487549a46bbfb048a1da7606295 (patch)
tree735b57fe5e1f9a82cb7db0407982ef4d17e84b5b /usr.sbin/ppp/probe.c
parentb12d9337ece0b109b036da8d69dd5ce205dc3c13 (diff)
downloadFreeBSD-src-e029be42124d2487549a46bbfb048a1da7606295.zip
FreeBSD-src-e029be42124d2487549a46bbfb048a1da7606295.tar.gz
Add two missing includes
Diffstat (limited to 'usr.sbin/ppp/probe.c')
-rw-r--r--usr.sbin/ppp/probe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c
index 4cca3cb..823be40 100644
--- a/usr.sbin/ppp/probe.c
+++ b/usr.sbin/ppp/probe.c
@@ -29,10 +29,12 @@
#include <sys/time.h>
#include <sys/socket.h>
+#include <stdio.h>
#include <unistd.h>
#include "probe.h"
#include "log.h"
+#include "id.h"
struct probe probe;
OpenPOWER on IntegriCloud