dd5ef53c3d
Closes: #11229 [via git-merge-pr]
11 lines
237 B
Diff
11 lines
237 B
Diff
--- src/c/arch/unix/x11/x11.h.orig
|
|
+++ src/c/arch/unix/x11/x11.h
|
|
@@ -7,7 +7,7 @@
|
|
#define X11_H
|
|
|
|
#include <X11/Xlib.h>
|
|
-#include <Xft/Xft.h>
|
|
+#include <X11/Xft/Xft.h>
|
|
#include "uthash.h"
|
|
|
|
#define MAX(x, y) (((x) > (y)) ? (x) : (y))
|