Fix inclusion of CivetServer.h. #1188

This commit is contained in:
Penn, John M 047828115
2021-10-19 13:41:42 -05:00
parent 02bdd8f4a4
commit 8657acb3dc
7 changed files with 8 additions and 8 deletions

View File

@ -43,7 +43,7 @@ void handle_HTTP_GET_hello(struct mg_connection *nc, void *hm);
**```handle_HTTP_GET_hello.c```**
```c
#include "civet/CivetServer.h"
#include "CivetServer.h"
#include "civet/civetweb.h"
#include <string.h>