summaryrefslogtreecommitdiff
path: root/dispatcher.h
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /dispatcher.h
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'dispatcher.h')
-rw-r--r--dispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dispatcher.h b/dispatcher.h
index 74bbfc3..77b1786 100644
--- a/dispatcher.h
+++ b/dispatcher.h
@@ -19,6 +19,8 @@
#include "event.h"
+#include <string.h>
+
// class Dispatcher represents a class that receives GUI events.
#define INTERACTIVE