diff options
Diffstat (limited to 'Tools/WebKitAPITest/main.cpp')
-rw-r--r-- | Tools/WebKitAPITest/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/WebKitAPITest/main.cpp b/Tools/WebKitAPITest/main.cpp index 8b54b01..dddba20 100644 --- a/Tools/WebKitAPITest/main.cpp +++ b/Tools/WebKitAPITest/main.cpp @@ -22,6 +22,8 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" + #include "TestsController.h" using namespace WebKitAPITest; |