summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/des.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/des.c')
-rw-r--r--cpukit/telnetd/des.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/telnetd/des.c b/cpukit/telnetd/des.c
index faf3310a94..74e4b8e378 100644
--- a/cpukit/telnetd/des.c
+++ b/cpukit/telnetd/des.c
@@ -58,6 +58,10 @@
* alignment).
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#define __FORCE_GLIBC
#include <sys/cdefs.h>
#include <sys/types.h>