mirror of
https://github.com/nasa/trick.git
synced 2025-06-15 13:48:18 +00:00
Fix inclusion of CivetServer.h. #1188
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user