summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/config.h')
-rw-r--r--Tools/TestWebKitAPI/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/TestWebKitAPI/config.h b/Tools/TestWebKitAPI/config.h
index 4ffcb8bc4..e3c2eb02d 100644
--- a/Tools/TestWebKitAPI/config.h
+++ b/Tools/TestWebKitAPI/config.h
@@ -23,6 +23,12 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
+#if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H
+#ifdef BUILDING_WITH_CMAKE
+#include "cmakeconfig.h"
+#endif
+#endif
+
#include <wtf/Platform.h>
#include <wtf/ExportMacros.h>
#if USE(JSC)