Include <stdlib.h> to obtain a prototype of abs().

This commit is contained in:
Gerald Pfeifer 2004-05-02 04:21:28 +00:00 committed by Alexandre Julliard
parent a1272b3784
commit 7a6d41ca1c
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include "windef.h"