aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-06 23:45:32 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-06 23:45:32 +1000
commit0f76f7717391a64aa3c923fe4c74411e4d40bab4 (patch)
tree06fd5bcdf0f435a7f71b5c8e99cb87b620028cdf /common.h
parentc743ebf2116b2a518a7e0c01d05eaceecb72d353 (diff)
Make sure interactive mode is of when firing events
darcs-hash:20060206134532-ac50b-93f8a7cf7be2a82a1222fb520541b08bef33baa4.gz
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index 278554a4..c3ef109b 100644
--- a/common.h
+++ b/common.h
@@ -8,6 +8,8 @@
*/
#define FISH_COMMON_H
+#include <stdlib.h>
+#include <stdio.h>
#include <wchar.h>
#include <termios.h>