From b96329f4f9ed1f70d21c637f696f27a52af6955d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 14 Oct 2008 03:42:54 +0200 Subject: Define __STDC_FORMAT_MACROS, required for PRIu64 define (among others) from inttypes.h. --- lib/replace/replace.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace') diff --git a/lib/replace/replace.h b/lib/replace/replace.h index c69ea6cdac..99fdf53ba4 100644 --- a/lib/replace/replace.h +++ b/lib/replace/replace.h @@ -52,6 +52,7 @@ which causes a warning storm on irix */ #undef HAVE_INTTYPES_H #elif HAVE_INTTYPES_H +#define __STDC_FORMAT_MACROS #include #endif -- cgit