Include putty.h to get prototypes for exported functions.
[u/mdw/putty] / wildcard.c
index 999dfde..a09f2c1 100644 (file)
@@ -10,6 +10,8 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "putty.h"
+
 /*
  * Definition of wildcard syntax:
  * 
@@ -54,7 +56,7 @@
 enum {
     WC_TRAILINGBACKSLASH = 1,
     WC_UNCLOSEDCLASS,
-    WC_INVALIDRANGE,
+    WC_INVALIDRANGE
 };
 
 /*