Forgot to include <string.h>
This commit is contained in:
parent
0163faffed
commit
e3cec3b6b1
@ -87,6 +87,8 @@ struct file_browser {
|
||||
# include <pwd.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static void
|
||||
die(const char *fmt, ...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user