"proper" fix for utime use in filetools.cpp

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19711 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2007-08-21 23:16:49 +00:00
parent 61e6445f2e
commit 212f6d10df
2 changed files with 1 additions and 4 deletions

View File

@ -236,7 +236,7 @@ AC_LANG_POP(C)
# some standard header files
AC_HEADER_DIRENT
AC_HEADER_MAJOR
AC_CHECK_HEADERS(sys/time.h sys/types.h sys/select.h strings.h locale.h io.h process.h NewAPIs.h)
AC_CHECK_HEADERS(sys/time.h sys/types.h sys/select.h strings.h locale.h io.h process.h NewAPIs.h utime.h sys/utime.h)
# some standard structures
AC_HEADER_STAT

View File

@ -50,9 +50,6 @@
#include <fstream>
#include <sstream>
// FIXME Availability?
#include <utime.h> // for utimbuf
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif