From ece1c559a26a8e85f6540f41fae7cf27b869a820 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 7 Jun 2010 14:48:39 +0900 Subject: [PATCH] Fix typo. --- eek/eek.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eek/eek.h b/eek/eek.h index deda670a..d8170c8a 100644 --- a/eek/eek.h +++ b/eek/eek.h @@ -22,6 +22,6 @@ #include "eek-keyboard.h" #include "eek-layout.h" -#include "eek-keysym.c" +#include "eek-keysym.h" #endif /* EEK_H */