1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00

From 03b93ec864 Mon Sep 17 00:00:00 2001

Subject: [PATCH] Added c include

Fixes #220 and #223
This commit is contained in:
Johan Simonsson 2015-01-04 11:15:23 +00:00 committed by Andy Green
parent 1dce6c06ea
commit bb87ac82d1

View file

@ -26,6 +26,8 @@
#include <cstddef>
#include <cstdarg>
extern "C" {
#else
#include <stdarg.h>
#endif
#ifdef CMAKE_BUILD