[misc] Add missing include of stdlib

Thanks @LordMyschkin. Closes #1772.
This commit is contained in:
ejurgensen 2024-06-25 23:38:24 +02:00
parent d9818434a0
commit f87b65f086
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
# include <config.h>
#endif
#include <stdlib.h>
#include <stdio.h> // fopen
#include <stdarg.h> // va_*
#include <string.h> // strlen