1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

(_POSIX_C_SOURCE): Define to 199506L to get readdir_r (in

particular on HP-UX).  Reported by Andreas Vögele.
This commit is contained in:
Kevin Ryde 2004-05-01 21:00:41 +00:00
parent f26c1a32ad
commit 6d484a0be7

View file

@ -17,6 +17,8 @@
#define _POSIX_C_SOURCE 199506L /* for readdir_r prototype */
#if HAVE_CONFIG_H
# include <config.h>
#endif