#include <stdlib.h> to get abs() prototype.

This commit is contained in:
Gerald Pfeifer 2005-09-06 09:19:27 +00:00 committed by Alexandre Julliard
parent 62d00477de
commit d60c5cea1c

View file

@ -21,6 +21,7 @@
#include "config.h"
#include <stdarg.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"