You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
205 B

--- a/src/websocket.c
+++ b/src/websocket.c
@@ -25,6 +25,7 @@
#ifdef HAVE_PTHREAD_NP_H
# include <pthread_np.h>
#endif
+#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <string.h>