diff options
-rw-r--r-- | lib/gtls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gtls.c b/lib/gtls.c index 4a3232cc7..1e054d16f 100644 --- a/lib/gtls.c +++ b/lib/gtls.c @@ -49,6 +49,8 @@ #include "parsedate.h" #include "connect.h" /* for the connect timeout */ #include "select.h" +#include "rawstr.h" + #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> #include "memory.h" |