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

oldstable
James Juran 2002-01-01 00:14:02 +00:00 committed by Alexandre Julliard
parent 420f6c0030
commit 424a080c30
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "commctrl.h"
#include "prsht.h"
#include "winecon_user.h"

View File

@ -5,6 +5,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include "winecon_user.h"
/* mapping console colors to RGB values */