This commit is contained in:
2020-05-13 17:37:40 -04:00
parent cf513b4ad8
commit 5686bc864d
5 changed files with 23 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
#define SIST2_WEB_H
#include "src/sist.h"
#include <mongoose.h>
#include "third-party/mongoose/mongoose.h"
typedef struct response {
char *body;