From cb41bad03f55ca3f7662cc07a46b401fbaab3b50 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Thu, 16 Aug 2001 16:58:12 +0000 Subject: [PATCH] Add two missing includes --- usr.sbin/ppp/probe.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr.sbin/ppp/probe.c b/usr.sbin/ppp/probe.c index 4cca3cb89f09..823be40f7504 100644 --- a/usr.sbin/ppp/probe.c +++ b/usr.sbin/ppp/probe.c @@ -29,10 +29,12 @@ #include #include +#include #include #include "probe.h" #include "log.h" +#include "id.h" struct probe probe;