mirror of
https://github.com/davatorium/rofi.git
synced 2025-04-14 17:43:01 -04:00
Issue #91 Reverse order of headers to fix build.
This commit is contained in:
parent
f42c0f1132
commit
ce25bf3f50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue