1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-04-14 17:43:01 -04:00

Issue 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

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