Removed "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME_H" instead.

This commit is contained in:
Gisle Vanem 2006-08-30 16:17:06 +00:00
parent 909941405f
commit c7aae10300
11 changed files with 13 additions and 11 deletions

View file

@ -33,7 +33,7 @@
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
#include <time.h>
#else
#ifndef __WATCOMC__ /* todo: Add HAVE_SYS_TIME_H */
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#endif