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:
parent
1dce6c06ea
commit
bb87ac82d1
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
#include <cstddef>
|
||||
#include <cstdarg>
|
||||
extern "C" {
|
||||
#else
|
||||
#include <stdarg.h>
|
||||
#endif
|
||||
|
||||
#ifdef CMAKE_BUILD
|
||||
|
|
Loading…
Add table
Reference in a new issue