diff options
Diffstat (limited to 'm4/estream.m4')
-rw-r--r-- | m4/estream.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/estream.m4 b/m4/estream.m4 index 4b6c745aa..b61059a47 100644 --- a/m4/estream.m4 +++ b/m4/estream.m4 @@ -16,6 +16,7 @@ dnl AC_DEFUN([estream_PRINTF_INIT], [ AC_MSG_NOTICE([checking system features for estream-printf]) + AC_CHECK_HEADERS(stdint.h) AC_TYPE_LONG_LONG_INT AC_TYPE_LONG_DOUBLE AC_TYPE_INTMAX_T |