summaryrefslogtreecommitdiff
path: root/pixman/pixman-x86.c
diff options
context:
space:
mode:
authorEmanuel Schmidt <eschmidt216@gmail.com>2023-02-14 22:00:47 +0100
committerEmanuel Schmidt <eschmidt216@gmail.com>2023-02-14 22:20:12 +0100
commitee145e53d1c1175a7af873c120eb2958cd38982e (patch)
tree6c487a0ed7176d9fcfce93383b5cdd6eeabc4813 /pixman/pixman-x86.c
parenteb998d7b6510b04f02259856c135a4083f8e6184 (diff)
downloadpixman-ee145e53d1c1175a7af873c120eb2958cd38982e.tar.gz
Changed name of the config-header to "pixman-config.h"
Diffstat (limited to 'pixman/pixman-x86.c')
-rw-r--r--pixman/pixman-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman-x86.c b/pixman/pixman-x86.c
index 0130b7b..7f4d80e 100644
--- a/pixman/pixman-x86.c
+++ b/pixman/pixman-x86.c
@@ -20,7 +20,7 @@
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include <pixman-config.h>
#endif
#include "pixman-private.h"