#include <stdlib.h> to get abs() prototype.
This commit is contained in:
parent
62d00477de
commit
d60c5cea1c
|
@ -21,6 +21,7 @@
|
|||
#include "config.h"
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "windef.h"
|
||||
#include "winbase.h"
|
||||
|
|
Loading…
Reference in New Issue