mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-14 23:08:00 +02:00
Only use <stdio_ext.h> if present
This commit is contained in:
@@ -173,6 +173,7 @@ AC_CHECK_HEADERS([\
|
||||
dirent.h \
|
||||
pwd.h \
|
||||
grp.h \
|
||||
stdio_ext.h \
|
||||
])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
@@ -26,7 +26,9 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#if HAVE_STDIO_EXT_H
|
||||
#include <stdio_ext.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE___FPURGE
|
||||
int
|
||||
|
Reference in New Issue
Block a user