Signed-off-by: Thomas Klausner <[email protected]> --- hash.c | 2 ++ mkfontscale.c | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/hash.c b/hash.c index 3adfb68..d834222 100644 --- a/hash.c +++ b/hash.c @@ -20,7 +20,9 @@ THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdlib.h> #include <stdio.h> diff --git a/mkfontscale.c b/mkfontscale.c index 265f913..036a0b4 100644 --- a/mkfontscale.c +++ b/mkfontscale.c @@ -20,7 +20,9 @@ THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H #include "config.h" +#endif #include <stdio.h> #include <stdlib.h> -- 1.9.0 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
