Fix build by #if 0 out unused de_sgsap_tmsi() function.
[obnox/wireshark/wip.git] / gtk / text_import.c
index bbee61a803f92acc36234e51712f5cadcb337fcf..2fe6e34e4408bbb15d1cee9d9fd9fa8baaa4e39c 100644 (file)
 #endif
 
 #include "text_import.h"
+#include "text_import_scanner.h"
 
 /*--- Options --------------------------------------------------------------------*/
 
@@ -970,4 +971,4 @@ void
 text_import_cleanup(void)
 {
     g_free(packet_buf);
-}
\ No newline at end of file
+}