Commit 424a080c authored by James Juran's avatar James Juran Committed by Alexandre Julliard

Include <stdlib.h> to get prototype for abs() function.

parent 420f6c00
......@@ -4,6 +4,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "commctrl.h"
#include "prsht.h"
#include "winecon_user.h"
......
......@@ -5,6 +5,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "winecon_user.h"
/* mapping console colors to RGB values */
......
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