Forgot to include <string.h>

This commit is contained in:
crazyBaboon 2022-04-03 15:53:49 +01:00 committed by GitHub
parent 0163faffed
commit e3cec3b6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,8 @@ struct file_browser {
# include <pwd.h>
#endif
#include <string.h>
static void
die(const char *fmt, ...)
{