浏览代码

Forgot to include <string.h>

crazyBaboon 3 年之前
父节点
当前提交
e3cec3b6b1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      demo/common/file_browser.c

+ 2 - 0
demo/common/file_browser.c

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