diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-10 07:33:22 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-10 07:33:22 +0000 |
commit | c0ac40d98f41109f67c5935093944ce9977e0c58 (patch) | |
tree | ffbf1c6a6fc4d7ae47138a67cb6c371b3345123e | |
parent | b6541058cec2984f4d0f53868d41d3aa94de1c43 (diff) | |
download | coreutils-c0ac40d98f41109f67c5935093944ce9977e0c58.tar.xz |
Also include <stdio.h>, for Dragonfly.
Patch by Joerg Sonnenberger.
-rw-r--r-- | m4/fpending.m4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/fpending.m4 b/m4/fpending.m4 index f43aaa419..edf737800 100644 --- a/m4/fpending.m4 +++ b/m4/fpending.m4 @@ -1,6 +1,6 @@ -#serial 7 +#serial 8 -# Copyright (C) 2000, 2001, 2004, 2005 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -20,6 +20,7 @@ AC_DEFUN([gl_FUNC_FPENDING], AC_CHECK_HEADERS(stdio_ext.h) AC_REPLACE_FUNCS([__fpending]) fp_headers=' +# include <stdio.h> # if HAVE_STDIO_EXT_H # include <stdio_ext.h> # endif |