diff --git a/meson.build b/meson.build index 09f2d7a57..eb8f054e8 100644 --- a/meson.build +++ b/meson.build @@ -643,6 +643,7 @@ common_dep = [ ] inc = include_directories( + '.', 'Xext', 'Xi', 'composite', diff --git a/os/xsha1.c b/os/xsha1.c index a160b7eb4..f2863f523 100644 --- a/os/xsha1.c +++ b/os/xsha1.c @@ -28,7 +28,7 @@ #endif #include "os.h" -#include "xsha1.h" +#include "os/xsha1.h" #if defined(HAVE_SHA1_IN_LIBMD) /* Use libmd for SHA1 */ \ || defined(HAVE_SHA1_IN_LIBC) /* Use libc for SHA1 */ diff --git a/include/xsha1.h b/os/xsha1.h similarity index 100% rename from include/xsha1.h rename to os/xsha1.h diff --git a/render/glyph.c b/render/glyph.c index 3396df375..850ea8440 100644 --- a/render/glyph.c +++ b/render/glyph.c @@ -26,7 +26,7 @@ #include #endif -#include "xsha1.h" +#include "os/xsha1.h" #include "misc.h" #include "scrnintstr.h"