Fix include in Extending_the_HTTP-API.md. #1188

This commit is contained in:
Penn, John M 047828115 2021-10-19 14:26:06 -05:00
parent 8657acb3dc
commit f182c72349

View File

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