mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 17:22:52 +00:00
Fix include in Extending_the_HTTP-API.md. #1188
This commit is contained in:
parent
8657acb3dc
commit
f182c72349
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user