mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
xenial: fix missing stdio.h errors in minimal examples
This commit is contained in:
parent
2cb6732629
commit
529b59cf6f
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <libwebsockets.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
struct expected {
|
||||
lws_tokenize_elem e;
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdio.h>
|
||||
|
||||
struct lws_ss_filepath {
|
||||
struct lws_ss_filepath *next;
|
||||
|
|
Loading…
Add table
Reference in a new issue