From 5a221ff6b06a5dea0ab9adb2bfccfbd4481072d2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 8 May 2007 15:59:37 +0000 Subject: =?UTF-8?q?2007-05-08=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * telnetd/icmds.c: Add HAVE_CONFIG_H magic. --- cpukit/telnetd/icmds.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/telnetd') diff --git a/cpukit/telnetd/icmds.c b/cpukit/telnetd/icmds.c index c8e7972da8..f870e34682 100644 --- a/cpukit/telnetd/icmds.c +++ b/cpukit/telnetd/icmds.c @@ -1,3 +1,7 @@ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit v1.2.3