commit 7c074d1
Michael Forney
·
2013-07-01 11:39:18 +0000 UTC
parent 7e72a86
Add missing include to event.h
1 files changed,
+2,
-0
M
event.h
M
event.h
+2,
-0
1@@ -1,6 +1,8 @@
2 #ifndef SWC_EVENT_H
3 #define SWC_EVENT_H
4
5+#include <stdint.h>
6+
7 struct swc_event
8 {
9 uint32_t type;