diff options
Diffstat (limited to 'Tools/TestWebKitAPI/config.h')
| -rw-r--r-- | Tools/TestWebKitAPI/config.h | 6 |
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) |
