ソースを参照

- added missing header files to make tls module compile on FreeBSD
reported by Atle Samuelsen

Jan Janak 18 年 前
コミット
dd750880fe
1 ファイル変更3 行追加0 行削除
  1. 3 0
      modules/tls/tls_init.c

+ 3 - 0
modules/tls/tls_init.c

@@ -30,6 +30,9 @@
  */
 
 #include <stdio.h>
+#include <sys/types.h>
+#include <netinet/in_systm.h>
+#include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <netinet/ip.h>
 #include <unistd.h>