diff options
author | Ben Murdoch <benm@google.com> | 2009-08-17 12:07:22 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2009-08-17 12:07:22 +0100 |
commit | 0bb9b5e0e9c736593741f15859b612c4294b790b (patch) | |
tree | 99ec41a2f6629d93b42766905232029bb48b6d89 /WebCore/platform/android | |
parent | aab18b041d866fb1f13900ce28aef8fb17af9b4f (diff) | |
download | external_webkit-0bb9b5e0e9c736593741f15859b612c4294b790b.zip external_webkit-0bb9b5e0e9c736593741f15859b612c4294b790b.tar.gz external_webkit-0bb9b5e0e9c736593741f15859b612c4294b790b.tar.bz2 |
Fix some errors in platform/graphics/android.
Diffstat (limited to 'WebCore/platform/android')
-rw-r--r-- | WebCore/platform/android/GeolocationServiceAndroid.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/android/GeolocationServiceAndroid.cpp b/WebCore/platform/android/GeolocationServiceAndroid.cpp index 9c6cb81..cd33bc6 100644 --- a/WebCore/platform/android/GeolocationServiceAndroid.cpp +++ b/WebCore/platform/android/GeolocationServiceAndroid.cpp @@ -23,6 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "config.h" + #include "GeolocationService.h" namespace WebCore { |