Include string.h and stdio.h for strerror.

This commit is contained in:
Darren Tucker 2021-10-15 12:59:06 +11:00
parent fff13aaa26
commit 4d2cbdb525
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
#include <priv.h> /* For setpflags() and __PROC_PROTECT */
#endif
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "log.h"