From 89bbb64145b4c6f8784860ae451e6e1fafbd2c7d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Wed, 18 Oct 2017 16:35:30 +0200 Subject: [PATCH] Include string.h where needed --- other/websocket.c | 2 +- other/websockify.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/other/websocket.c b/other/websocket.c index 53d0d19..5cf72ff 100644 --- a/other/websocket.c +++ b/other/websocket.c @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/other/websockify.c b/other/websockify.c index d310239..f6ce89d 100644 --- a/other/websockify.c +++ b/other/websockify.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include