aboutsummaryrefslogtreecommitdiff
path: root/src/urlglob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlglob.c')
-rw-r--r--src/urlglob.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/urlglob.c b/src/urlglob.c
index c6b6dd731..48108c88c 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2001, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* In order to be useful for every potential user, curl and libcurl are
* dual-licensed under the MPL and the MIT/X-derivate licenses.
@@ -21,6 +21,9 @@
* $Id$
*****************************************************************************/
+/* client-local setup.h */
+#include "setup.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>