libtelnet.c | 3 +++
1 file changed, 3 insertions(+)
Index: libtelnet.git/libtelnet.c
===================================================================
--- libtelnet.git.orig/libtelnet.c 2012-06-06 15:19:00.000000000 +0200
+++ libtelnet.git/libtelnet.c 2012-06-06 15:20:27.000000000 +0200
@@ -11,6 +11,9 @@
* all present and future rights to this code under copyright law.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <stdio.h>