Skip to content
Snippets Groups Projects
Commit f5cf311a authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

minor fix

Rev: src/modules/files/configure.in:1.55
parent 773efa3e
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.54 1998/07/06 21:56:11 grubba Exp $ # $Id: configure.in,v 1.55 1998/07/16 19:27:27 hubbe Exp $
AC_INIT(file.c) AC_INIT(file.c)
AC_CONFIG_HEADER(file_machine.h) AC_CONFIG_HEADER(file_machine.h)
...@@ -49,6 +49,7 @@ if test x$ac_cv_func_readdir_r = xyes ; then ...@@ -49,6 +49,7 @@ if test x$ac_cv_func_readdir_r = xyes ; then
#ifndef POSIX_SOURCE #ifndef POSIX_SOURCE
#define POSIX_SOURCE #define POSIX_SOURCE
#endif #endif
#include <sys/types.h>
#ifdef HAVE_DIRENT_H #ifdef HAVE_DIRENT_H
#include <dirent.h> #include <dirent.h>
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment