diff options
author | Quentin Rameau <quinq@fifth.space> | 2015-11-18 14:43:04 +0100 |
---|---|---|
committer | Quentin Rameau <quinq@fifth.space> | 2015-11-18 14:59:13 +0100 |
commit | abcf5f06ed5ab6dbd6934df8d2d4556521dd7b8e (patch) | |
tree | 433ba74f103fa5e4042dd16cf43b0a1e54b50c81 /surf.c | |
parent | 566b452b46a171a4426256cdb02704ae8351a2b3 (diff) | |
download | surf-abcf5f06ed5ab6dbd6934df8d2d4556521dd7b8e.tar.gz surf-abcf5f06ed5ab6dbd6934df8d2d4556521dd7b8e.tar.bz2 surf-abcf5f06ed5ab6dbd6934df8d2d4556521dd7b8e.zip |
Switch headers to webkit2
Diffstat (limited to 'surf.c')
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ #include <limits.h> #include <stdlib.h> #include <stdio.h> -#include <webkit/webkit.h> +#include <webkit2/webkit2.h> #include <glib/gstdio.h> #include <JavaScriptCore/JavaScript.h> #include <sys/file.h> |