From: Alan Cox Date: Tue, 31 May 2016 11:48:02 +0000 (+0100) Subject: syscalls.h: fix sockaddr warning X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=897020198f6fede4b155300dbf3ae1ef102c3e39;p=FUZIX.git syscalls.h: fix sockaddr warning --- 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 */