include stdint.h in i3/ipc.h (Thanks Kai)
This commit is contained in:
parent
7b0d75ee0a
commit
7d9c20734c
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue