Added SILC Thread Queue API
[silc.git] / lib / silcutil / tests / test_silcstringprep.c
index 4810cf9abd895d8cc4a6b368d7da479b64b3fe74..82fc8ca2cf8bee216c6926c69ca93c170e50ce3a 100644 (file)
@@ -1,6 +1,6 @@
 /* Stringprep tests */
 
-#include "silcincludes.h"
+#include "silc.h"
 
 typedef struct {
   const char *comment;
@@ -80,7 +80,7 @@ int main(int argc, char **argv)
     silc_log_debug(TRUE);
     silc_log_debug_hexdump(TRUE);
     silc_log_quick(TRUE);
-    silc_log_set_debug_string("*stringprep*,*utf8*");
+    silc_log_set_debug_string("*stringprep*,*utf8*,*errno*");
   }
 
   SILC_LOG_DEBUG(("--- Identifier string tests"));