Merge pull request #927 from neheb/patch-1

[websocket] add header for errno
This commit is contained in:
ejurgensen 2020-03-30 07:57:08 +02:00 committed by GitHub
commit 9bb9576849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#ifdef HAVE_PTHREAD_NP_H #ifdef HAVE_PTHREAD_NP_H
# include <pthread_np.h> # include <pthread_np.h>
#endif #endif
#include <errno.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>