diff options
Diffstat (limited to 'inputfocus.c')
-rw-r--r-- | inputfocus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inputfocus.c b/inputfocus.c index fd26e41..faebb3f 100644 --- a/inputfocus.c +++ b/inputfocus.c @@ -14,7 +14,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "xxxterm.h" +#include <xxxterm.h> #if WEBKIT_CHECK_VERSION(1, 5, 0) /* we got the DOM API we need */ |