]> git.wh0rd.org - fontconfig.git/blobdiff - fc-match/fc-match.c
Include $(top_srcdir), $(top_srcdir)/src before anything else.
[fontconfig.git] / fc-match / fc-match.c
index fa45018d55589f04f7fe7249470a9ff1b0d22550..d9742c97ea22298e1ab3103b28fbc4b68f549ab5 100644 (file)
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <fontconfig/fontconfig.h>
-#include <stdio.h>
-#include <unistd.h>
-#include <stdlib.h>
-#include <string.h>
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #else
 #define HAVE_GETOPT 1
 #endif
 
+#include <fontconfig/fontconfig.h>
+#include <stdio.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <string.h>
+
 #ifndef HAVE_GETOPT
 #define HAVE_GETOPT 0
 #endif