summaryrefslogtreecommitdiff
path: root/src/fcmatrix.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/fcmatrix.c
parent55e145b0250e5c233d9fed1f8f5efe690374cdf2 (diff)
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/fcmatrix.c')
-rw-r--r--src/fcmatrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcmatrix.c b/src/fcmatrix.c
index 863fe692..3c4d9fb8 100644
--- a/src/fcmatrix.c
+++ b/src/fcmatrix.c
@@ -22,10 +22,10 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#include "fcint.h"
#include <math.h>
#include <stdlib.h>
#include <ctype.h>
-#include "fcint.h"
const FcMatrix FcIdentityMatrix = { 1, 0, 0, 1 };