aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-25 03:03:36 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-11-25 03:03:36 +0000
commit2203dfd5322f3f93367228b1eec6d57e5459f274 (patch)
treec8c99946b79bfa280223eee73f2da0964b48ed11 /src
parent3a6cb5eaeff939e859ea38fb7cfdbfb4ea0f532a (diff)
added #include <conio.h> for _getch().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2076 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
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"