Fix for implicit declaration of abs.

This commit is contained in:
Vincent Béron 2002-11-27 20:14:45 +00:00 committed by Alexandre Julliard
parent ca7bce5960
commit ea966aa6d3
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "config.h"
#include "wine/port.h"
#include <stdlib.h>
#include <string.h>
#include <time.h>
#ifdef HAVE_SYS_TIME_H