summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/kpathsea/ChangeLog3
-rw-r--r--Build/source/texk/kpathsea/lib.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index e845c9a4cdf..422da3f67fb 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-24 Martin Schröder <martin@pdftex.org>
+ * lib.h: systypes.h instaed of c-std.h
+
2008-02-23 Martin Schröder <martin@pdftex.org>
* lib.h: include c-std.h to get off_t from stdio.h
diff --git a/Build/source/texk/kpathsea/lib.h b/Build/source/texk/kpathsea/lib.h
index 77c8b19befd..18b2339d863 100644
--- a/Build/source/texk/kpathsea/lib.h
+++ b/Build/source/texk/kpathsea/lib.h
@@ -20,7 +20,7 @@
#define KPATHSEA_LIB_H
#include <kpathsea/c-proto.h>
-#include <kpathsea/c-std.h>
+#include <kpathsea/systypes.h>
#include <kpathsea/types.h>
/* Define common sorts of messages. */