mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
add some missing headers
This commit is contained in:
parent
882d4b57b8
commit
d161d22f67
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
*********************************************************************************/
|
||||
|
||||
#include <libwebsockets.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "api.h"
|
||||
#include "log.h"
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include <libwebsockets.h>
|
||||
|
||||
#include <linux/limits.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "log.h"
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
*********************************************************************************/
|
||||
|
||||
#include <jansson.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "compat.h"
|
||||
#include "assert.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue