aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.ja5
-rw-r--r--src/main.c1
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ab27368..f82994da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-25
+
+ * src/main.c: added #include <conio.h> for _getch() (thanks to Gisle
+ Vanem).
+
2008-11-20
* src/addressbook.c
diff --git a/ChangeLog.ja b/ChangeLog.ja
index a2db6a8f..13b0293c 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,3 +1,8 @@
+2008-11-25
+
+ * src/main.c: #include <conio.h> を _getch() のために追加(Gisle Vanem
+ さん thanks)。
+
2008-11-20
* src/addressbook.c
diff --git a/src/main.c b/src/main.c
index becde2c5..8c934f44 100644
--- a/src/main.c
+++ b/src/main.c
@@ -93,6 +93,7 @@
# include <windows.h>
# include <pbt.h>
# include <fcntl.h>
+# include <conio.h>
#endif
#include "version.h"