From 2239dee1b79785d281cafa25f6b1dc6f7644b318 Mon Sep 17 00:00:00 2001 From: Giovanni Maruzzelli Date: Mon, 2 Apr 2012 11:14:55 +0200 Subject: [PATCH] gsmopen: fixing libctb-0.16 include --- .../endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/ctb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/ctb.h b/src/mod/endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/ctb.h index 767067d6a0..c71929f2be 100644 --- a/src/mod/endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/ctb.h +++ b/src/mod/endpoints/mod_gsmopen/libctb-0.16/include/ctb-0.16/ctb.h @@ -7,7 +7,7 @@ #endif #include "ctb-0.16/getopt.h" #include "ctb-0.16/iobase.h" -#include "ctb-0.16/kbhit.h" +//#include "ctb-0.16/kbhit.h" #include "ctb-0.16/portscan.h" #include "ctb-0.16/serport.h" #include "ctb-0.16/serportx.h"