diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/scsi/sg.h | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2013-01-15 Mike Frysinger <vapier@gentoo.org> + + * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h. + 2013-01-14 David S. Miller <davem@davemloft.net> * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro. diff --git a/sysdeps/unix/sysv/linux/scsi/sg.h b/sysdeps/unix/sysv/linux/scsi/sg.h index 9cad76ebfa..68f57f29fa 100644 --- a/sysdeps/unix/sysv/linux/scsi/sg.h +++ b/sysdeps/unix/sysv/linux/scsi/sg.h @@ -26,6 +26,8 @@ #define _SCSI_SG_H 1 #include <features.h> +#define __need_size_t +#include <stddef.h> /* New interface introduced in the 3.x SG drivers follows */ |