浏览代码

Fix Visual Studio warning

bel 8 年之前
父节点
当前提交
73a46c942c
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/civetweb.c

+ 2 - 0
src/civetweb.c

@@ -407,6 +407,8 @@ static void path_to_unicode(const struct mg_connection *conn,
 /* All file operations need to be rewritten to solve #246. */
 #include "file_ops.inl"
 
+struct mg_file;
+
 static const char *
 mg_fgets(char *buf, size_t size, struct mg_file *filep, char **p);