summaryrefslogtreecommitdiff
path: root/sci-misc/oww/files/oww-0.86.5-musl.patch
blob: 2d863a53164baddd6d6508cc304fccf1674bade8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- a/src/applctn.h
+++ b/src/applctn.h
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
 void applctn_pre_init(int *argc, char ***argv) ;
 void applctn_init(int *argc, char ***argv) ;
 int applctn_startup_finished(void) ; /* Function to call in state_startup */
--- a/src/ownet.h
+++ b/src/ownet.h
@@ -42,9 +42,7 @@
 //--------------------------------------------------------------//
 #include <stdlib.h>
 #include <stdio.h>
-#ifdef __FreeBSD__
 #include <sys/types.h>
-#endif
 //#include <windows.h>
 
 //--------------------------------------------------------------//