libtelnet (0.21-1) config_h.patch

Summary

 libtelnet.c |    3 +++
 1 file changed, 3 insertions(+)

    
download this patch

Patch contents

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>