include stdint.h in i3/ipc.h (Thanks Kai)

next
Michael Stapelberg 2013-01-11 22:28:43 +01:00
parent 7b0d75ee0a
commit 7d9c20734c
1 changed files with 2 additions and 0 deletions

View 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];