summaryrefslogtreecommitdiff
path: root/src/fcfs.c
diff options
context:
space:
mode:
authorPatrick Lam <plam@MIT.EDU>2006-04-25 05:57:41 +0000
committerPatrick Lam <plam@MIT.EDU>2006-04-25 05:57:41 +0000
commitf045376c0831f068e8fd8fd61773a5ed83dede7f (patch)
tree49042c5245d6005ffec38b54939bec1db4806865 /src/fcfs.c
parent55e145b0250e5c233d9fed1f8f5efe690374cdf2 (diff)
downloadfontconfig-f045376c0831f068e8fd8fd61773a5ed83dede7f.tar.gz
Include $(top_srcdir), $(top_srcdir)/src before anything else.
Shuffle order of includes for building out of srcdir on win32. reviewed by: plam
Diffstat (limited to 'src/fcfs.c')
-rw-r--r--src/fcfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcfs.c b/src/fcfs.c
index a9599ee..fdc15d7 100644
--- a/src/fcfs.c
+++ b/src/fcfs.c
@@ -22,8 +22,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-#include <stdlib.h>
#include "fcint.h"
+#include <stdlib.h>
FcFontSet *
FcFontSetCreate (void)