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.

18 lines
362 B

  1. --- a/src/simple_http.c
  2. +++ b/src/simple_http.c
  3. @@ -28,6 +28,7 @@
  4. #include <arpa/inet.h>
  5. #include <errno.h>
  6. #include <unistd.h>
  7. +#include <pthread.h>
  8. #include <string.h>
  9. #include <syslog.h>
  10. @@ -37,6 +38,7 @@
  11. #include "pstring.h"
  12. #ifdef USE_CYASSL
  13. +#include <cyassl/options.h>
  14. #include <cyassl/ssl.h>
  15. #include "conf.h"
  16. /* For CYASSL_MAX_ERROR_SZ */