diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-05 16:14:50 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-05 16:14:50 +0000 |
commit | f1261bcdd7fdfcc38d80f63f21fd78d7eef1e6e4 (patch) | |
tree | 87928825d3d9d12b5a1471dae6c907bca45db0a1 /src/urlglob.c | |
parent | 2e7b36d04fc5cf63ea0b098b8282dcd5f98fcc15 (diff) | |
download | curl-f1261bcdd7fdfcc38d80f63f21fd78d7eef1e6e4.tar.gz |
introduction of os-specific.c and os-specific.h
Diffstat (limited to 'src/urlglob.c')
-rw-r--r-- | src/urlglob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/urlglob.c b/src/urlglob.c index 5f9a3e5e6..afbb66ca5 100644 --- a/src/urlglob.c +++ b/src/urlglob.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -34,6 +34,7 @@ #include <curl/mprintf.h> #include "urlglob.h" +#include "os-specific.h" #if defined(CURLDEBUG) && defined(CURLTOOLDEBUG) #include "memdebug.h" |