[misc] Add missing include of stdlib
Thanks @LordMyschkin. Closes #1772.
This commit is contained in:
parent
d9818434a0
commit
f87b65f086
|
@ -21,6 +21,7 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h> // fopen
|
||||
#include <stdarg.h> // va_*
|
||||
#include <string.h> // strlen
|
||||
|
|
Loading…
Reference in New Issue