From e586f3a6804022faa514ec9e1943c12550db7cd8 Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Tue, 6 Jan 2004 19:51:14 +0000 Subject: [PATCH] Apparantly, the build is stricter when you start it from the root of the tree. It only complains of an undefined function (dprintf) when I use jam from there, not when I start it in this subdir. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5941 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCP.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCP.cpp b/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCP.cpp index c66d72fc0c..2f98ca2b01 100644 --- a/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCP.cpp +++ b/src/add-ons/kernel/network/ppp/shared/libkernelppp/KPPPLCP.cpp @@ -11,6 +11,7 @@ #include #include +#include #include #include