diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/scsi/sg.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/scsi/sg.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/scsi/sg.h b/sysdeps/unix/sysv/linux/scsi/sg.h index c0a0c3a6d5..ae7b2cf42d 100644 --- a/sysdeps/unix/sysv/linux/scsi/sg.h +++ b/sysdeps/unix/sysv/linux/scsi/sg.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -26,6 +26,8 @@ #ifndef _SCSI_SG_H #define _SCSI_SG_H 1 +#include <features.h> + /* An SG device is accessed by writing "packets" to it, the replies are then read using the read call. The same header is used for replies; ignore the reply_len field. */ |