summaryrefslogtreecommitdiff
path: root/src/cid/cidgload.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-07-08 00:41:13 +0000
committerDavid Turner <david@freetype.org>2000-07-08 00:41:13 +0000
commita90663f591e995bd148d7b45178c9d63a2b7eb93 (patch)
treedf5e607af7cbeeb5e594d505758dcbcb84e50973 /src/cid/cidgload.h
parent7404301024208b605b0e81268469ddf3bf4cd00a (diff)
downloadfreetype2-a90663f591e995bd148d7b45178c9d63a2b7eb93.tar.gz
vast clean-up of the sources in order to allow flat
directory compilation (by defining the FT_FLAT_COMPILE macro at compile time..) moved "freetype2/BUILD" to "freetype2/docs/BUILD"
Diffstat (limited to 'src/cid/cidgload.h')
-rw-r--r--src/cid/cidgload.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cid/cidgload.h b/src/cid/cidgload.h
index 555586a21..053871011 100644
--- a/src/cid/cidgload.h
+++ b/src/cid/cidgload.h
@@ -19,7 +19,11 @@
#ifndef CIDGLOAD_H
#define CIDGLOAD_H
-#include <cidobjs.h>
+#ifdef FT_FLAT_COMPILE
+#include "cidobjs.h"
+#else
+#include <cid/cidobjs.h>
+#endif
#ifdef __cplusplus
extern "C" {