Include <stdlib.h> to obtain a prototype of abs().
This commit is contained in:
parent
a1272b3784
commit
7a6d41ca1c
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "windef.h"
|
||||
|
|
Loading…
Reference in New Issue