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/dev-embedded/dc-tool-ip/files/dc-tool-ip-1.0.4-headers.patch

23 lines
487 B

--- a/host-src/tool/dc-tool.c
+++ b/host-src/tool/dc-tool.c
@@ -24,6 +24,7 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
#ifdef _WIN32
#include <string.h>
#include <windows.h>
--- a/host-src/tool/syscalls.c
+++ b/host-src/tool/syscalls.c
@@ -24,6 +24,9 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
+#include <string.h>
+#include <arpa/inet.h>
+#include <time.h>
#include <sys/time.h>
#include <unistd.h>
#include <utime.h>