summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webkit/tools/test_shell/event_sending_controller.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/event_sending_controller.cc b/webkit/tools/test_shell/event_sending_controller.cc
index 9a82184..6d917db 100644
--- a/webkit/tools/test_shell/event_sending_controller.cc
+++ b/webkit/tools/test_shell/event_sending_controller.cc
@@ -18,6 +18,9 @@
#include <queue>
+// TODO(darin): This is very wrong. We should not be including WebCore headers
+// directly like this!!
+#include "config.h"
#include "KeyboardCodes.h"
#include "base/logging.h"