syscalls.h: fix sockaddr warning
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:48:02 +0000 (12:48 +0100)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 31 May 2016 11:48:02 +0000 (12:48 +0100)
Library/include/syscalls.h

index 5372906..fafd249 100644 (file)
@@ -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 */