diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-11-18 08:53:51 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-11-18 08:53:51 +0000 |
commit | e5084c1eca5bca632e15ba1f8ed1e95163244588 (patch) | |
tree | 02338e4923dcfae1004731e3724d7aead6848f02 | |
parent | 9b12f0960001d3b7d13c8ef37b0bd7a35505211a (diff) |
Added #include "rawstr.h"
-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" |