summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-12-21 16:58:09 +0000
committerBruno Haible <bruno@clisp.org>2009-06-22 00:28:30 +0200
commita1a371a603c42f0710b6b18be7c9b7e9510ac6f2 (patch)
tree831c06845da4f2b8251ce0d55ef611bf3cead7de /src
parent2d50fe3edc095e1bd1a79c03123ea5d826e6a52e (diff)
downloadexternal_gettext-a1a371a603c42f0710b6b18be7c9b7e9510ac6f2.zip
external_gettext-a1a371a603c42f0710b6b18be7c9b7e9510ac6f2.tar.gz
external_gettext-a1a371a603c42f0710b6b18be7c9b7e9510ac6f2.tar.bz2
New include file minmax.h.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/format-lisp.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 83f73a0..a6c506d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
2001-12-21 Bruno Haible <bruno@clisp.org>
+ * format-lisp.c: Include minmax.h.
+
+2001-12-21 Bruno Haible <bruno@clisp.org>
+
* file-list.c: Include gettext.h instead of libgettext.h.
* format-c.c: Likewise.
* format-java.c: Likewise.
diff --git a/src/format-lisp.c b/src/format-lisp.c
index 79f3db6..58c4b8f 100644
--- a/src/format-lisp.c
+++ b/src/format-lisp.c
@@ -27,6 +27,7 @@
#include "c-ctype.h"
#include "gcd.h"
#include "xmalloc.h"
+#include "minmax.h"
#include "system.h"
#include "error.h"
#include "progname.h"