]> git.sur5r.net Git - i3/i3/commitdiff
include stdint.h in i3/ipc.h (Thanks Kai)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 11 Jan 2013 21:28:43 +0000 (22:28 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 11 Jan 2013 21:28:43 +0000 (22:28 +0100)
include/i3/ipc.h

index 7ce9ac653e6af3f3e218fb121d93717a3b6abe72..2380edab30c79437cd9aca1de1fbb784f11b810b 100644 (file)
@@ -11,6 +11,8 @@
 #ifndef I3_I3_IPC_H
 #define I3_I3_IPC_H
 
+#include <stdint.h>
+
 typedef struct i3_ipc_header {
     /* 6 = strlen(I3_IPC_MAGIC) */
     char magic[6];