diff options
Diffstat (limited to 'libc/misc/time/ftime.c')
-rw-r--r-- | libc/misc/time/ftime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/time/ftime.c b/libc/misc/time/ftime.c index 24789c9eb..904763241 100644 --- a/libc/misc/time/ftime.c +++ b/libc/misc/time/ftime.c @@ -16,6 +16,8 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#define gettimeofday __gettimeofday + #include <sys/timeb.h> #include <sys/time.h> |