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

  1. --- a/src/websocket.c
  2. +++ b/src/websocket.c
  3. @@ -25,6 +25,7 @@
  4. #ifdef HAVE_PTHREAD_NP_H
  5. # include <pthread_np.h>
  6. #endif
  7. +#include <errno.h>
  8. #include <stdbool.h>
  9. #include <stdio.h>
  10. #include <string.h>