* builds/unix/ftsystem.c: Fixed typos. Fixed inclusion of wrong ftconfig.h file.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
diff --git a/ChangeLog b/ChangeLog
index 432123f..c5faae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-12-13 Werner Lemberg <wl@gnu.org>
+
+ * builds/unix/ftsystem.c: Fixed typos. Fixed inclusion of wrong
+ ftconfig.h file.
+
2000-12-12 Werner Lemberg <wl@gnu.org>
* include/freetype/config/ft2build.h (FT2_ROOT, FT2_CONFIG_ROOT):
diff --git a/builds/unix/ftsystem.c b/builds/unix/ftsystem.c
index 39e687a..da36b2b 100644
--- a/builds/unix/ftsystem.c
+++ b/builds/unix/ftsystem.c
@@ -17,12 +17,13 @@
#include <ft2build.h>
-#include FT_CONFIG_CONFIG_H
+/* we use our special ftconfig.h file, not the standard one */
+#include <ftconfig.h>
#include FT_INTERNAL_DEBUG_H
#include FT_SYSTEM_H
#include FT_ERRORS_H
-#include FT_TYPES_h
-#include FT_INTERNAL_FTOBJS_H
+#include FT_TYPES_H
+#include FT_INTERNAL_OBJECTS_H
/* memory-mapping includes and definitions */
#ifdef HAVE_UNISTD_H
@@ -55,6 +56,7 @@
#endif /* NEED_DECLARATION_MUNMAP */
+#include <sys/types.h>
#include <sys/stat.h>
#ifdef HAVE_FCNTL_H