Add version.h

This commit is contained in:
cpq 2020-12-10 17:46:26 +00:00
parent 763f4551d5
commit 369f44adfa
2 changed files with 2 additions and 0 deletions

View File

@ -367,6 +367,7 @@ void mg_error(struct mg_connection *c, const char *fmt, ...) {
struct http_data {
void *old_pfn_data; // Previous pfn_data
FILE *fp; // For static file serving

View File

@ -5,6 +5,7 @@
#include "net.h"
#include "private.h"
#include "util.h"
#include "version.h"
#include "ws.h"
struct http_data {