Skip to content
Snippets Groups Projects
Commit 7a6d41ca authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

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

parent a1272b37
Branches
Tags
No related merge requests found
......@@ -19,6 +19,7 @@
*/
#include <string.h>
#include <stdarg.h>
#include <stdlib.h>
#include <math.h>
#include "windef.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment