diff options
Diffstat (limited to 'helper/GetUrl.c')
-rw-r--r-- | helper/GetUrl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/GetUrl.c b/helper/GetUrl.c index 9b8913f..defe792 100644 --- a/helper/GetUrl.c +++ b/helper/GetUrl.c @@ -37,6 +37,8 @@ The Open Group. * directly. */ +#include "GetUrl.h" + #define Free(b) if (b) free(b) #ifdef XUSE_WWW |