1
0
Fork 0
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:
Andy Green 2019-03-07 18:31:59 +08:00
parent 2cb6732629
commit 529b59cf6f
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
#include <libwebsockets.h>
#include <string.h>
#include <stdio.h>
struct expected {
lws_tokenize_elem e;

View file

@ -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;