aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 861a571a5..119debd68 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2012, 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
@@ -29,6 +29,8 @@
#include "setup.h"
+#undef CURL_HIDDEN_SYMBOLS /* libcurl internal use only */
+
#include <curl/curl.h>
#include <stdio.h>
#include <string.h>