Issue #91 Reverse order of headers to fix build.

This commit is contained in:
Qball Cow 2014-11-24 13:19:24 +01:00
parent f42c0f1132
commit ce25bf3f50
1 changed files with 1 additions and 1 deletions

View File

@ -54,9 +54,9 @@
#ifdef HAVE_I3_IPC_H
#include <errno.h>
#include <linux/un.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <linux/un.h>
#include <i3/ipc.h>
#endif