Commit 737fa9acf7d9f8e4e8054ea0953e2b800c1aaaab

David Turner 2002-04-12T10:19:15

* builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to update these files too

diff --git a/ChangeLog b/ChangeLog
index 1c1ddbd..9bcc925 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-04-12  David Turner  <david@freetype.org>
 
+        * builds/unix/ftconfig.in, builds/vms/ftconfig.h: Oops, forgot to
+          update these files too
+
         * README.UNX: updated the Unix-specific quick-compilation guide to
           warn about the GNU Make requirement at compile time..
 
diff --git a/builds/unix/ftconfig.in b/builds/unix/ftconfig.in
index bb5b586..c751103 100644
--- a/builds/unix/ftconfig.in
+++ b/builds/unix/ftconfig.in
@@ -39,6 +39,7 @@
 
 #include <ft2build.h>
 #include FT_CONFIG_OPTIONS_H
+#include FT_CONFIG_STANDARD_LIBRARY_H
 
 
 FT_BEGIN_HEADER
diff --git a/builds/vms/ftconfig.h b/builds/vms/ftconfig.h
index 7a45f07..3174ffe 100644
--- a/builds/vms/ftconfig.h
+++ b/builds/vms/ftconfig.h
@@ -41,6 +41,7 @@
   /* Include the header file containing all developer build options */
 #include <ft2build.h>
 #include FT_CONFIG_OPTIONS_H
+#include FT_CONFIG_STANDARD_LIBRARY_H
 
 FT_BEGIN_HEADER