Commit 7a6d41ca authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

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

parent a1272b37
......@@ -19,6 +19,7 @@
*/
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include "windef.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment