X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/4eb24e3afad8d039e4dca20fb337977f0e436957..8f1612752a89ea821dbd63491aef858f7f7e5bef:/wildcard.c diff --git a/wildcard.c b/wildcard.c index 999dfdec..a09f2c1d 100644 --- a/wildcard.c +++ b/wildcard.c @@ -10,6 +10,8 @@ #include #include +#include "putty.h" + /* * Definition of wildcard syntax: * @@ -54,7 +56,7 @@ enum { WC_TRAILINGBACKSLASH = 1, WC_UNCLOSEDCLASS, - WC_INVALIDRANGE, + WC_INVALIDRANGE }; /*