From 897020198f6fede4b155300dbf3ae1ef102c3e39 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 31 May 2016 12:48:02 +0100 Subject: [PATCH] syscalls.h: fix sockaddr warning --- Library/include/syscalls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/include/syscalls.h b/Library/include/syscalls.h index 5372906f..fafd2492 100644 --- a/Library/include/syscalls.h +++ b/Library/include/syscalls.h @@ -64,6 +64,7 @@ struct hd_geometry { }; struct sockaddr; +struct sockaddr_in; #define HDIO_GETGEO 0x0101 #define HDIO_GET_IDENTITY 0x0102 /* Not yet implemented anywhere */ -- 2.34.1