diff --git a/ChangeLog b/ChangeLog index 1c1ddbd02..9bcc925bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-04-12 David Turner + * 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 bb5b58620..c7511039f 100644 --- a/builds/unix/ftconfig.in +++ b/builds/unix/ftconfig.in @@ -39,6 +39,7 @@ #include #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 7a45f0719..3174ffeab 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 #include FT_CONFIG_OPTIONS_H +#include FT_CONFIG_STANDARD_LIBRARY_H FT_BEGIN_HEADER