Include string.h and stdio.h for strerror.
This commit is contained in:
parent
fff13aaa26
commit
4d2cbdb525
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue