Adds missing sys/stat.h include needed for more recent versions of glibc
This commit was SVN r23440.
Этот коммит содержится в:
родитель
f85e69b64b
Коммит
8a3d5d4e1c
@ -39,6 +39,11 @@
|
|||||||
#define DEFAULT_CHECK_ACTION 1
|
#define DEFAULT_CHECK_ACTION 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_SYS_STAT_H
|
||||||
|
#include <sys/stat.h> /* for stat */
|
||||||
|
#endif /* HAVE_SYS_STAT_H */
|
||||||
|
|
||||||
|
|
||||||
/* What to do if the standard debugging hooks are in place and a
|
/* What to do if the standard debugging hooks are in place and a
|
||||||
corrupt pointer is detected: do nothing (0), print an error message
|
corrupt pointer is detected: do nothing (0), print an error message
|
||||||
(1), or call abort() (2). */
|
(1), or call abort() (2). */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user