diff --git a/src/ChangeLog b/src/ChangeLog index 7bfb291707b..e2819df6444 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2011-04-30 Eli Zaretskii + + * process.c: Remove HAVE_INTTYPES_H condition from inclusion of + inttypes.h, as a gnulib replacement is used if it not available in + system headers. + 2011-04-21 Eli Zaretskii Lift the MOST_POSITIVE_FIXNUM/4 limitation on visited files. diff --git a/src/process.c b/src/process.c index 1544522ff55..53703078307 100644 --- a/src/process.c +++ b/src/process.c @@ -28,9 +28,7 @@ along with GNU Emacs. If not, see . */ #include #include #include -#ifdef HAVE_INTTYPES_H #include -#endif #include #include