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.
gentoo-overlay/sci-misc/oww/files/oww-0.86.5-musl.patch

21 lines
562 B

--- 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>
//--------------------------------------------------------------//