aboutsummaryrefslogtreecommitdiffhomepage
path: root/wutil.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 /wutil.h
parentc743ebf2116b2a518a7e0c01d05eaceecb72d353 (diff)
Make sure interactive mode is of when firing events
darcs-hash:20060206134532-ac50b-93f8a7cf7be2a82a1222fb520541b08bef33baa4.gz
Diffstat (limited to 'wutil.h')
-rw-r--r--wutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wutil.h b/wutil.h
index 81ee847b..4230e629 100644
--- a/wutil.h
+++ b/wutil.h
@@ -7,6 +7,8 @@
#ifndef FISH_WUTIL_H
#define FISH_WUTIL_H
+#include <stdlib.h>
+#include <stdio.h>
#include <wchar.h>
#include <dirent.h>
#include <unistd.h>