Include <stdlib.h> to get prototype for abs() function.
This commit is contained in:
parent
420f6c0030
commit
424a080c30
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue