fixed wrong #include in sanei/linux_sg3_err.h

DEVEL_2_0_BRANCH-1
Abel Deuring 2000-08-14 15:55:05 +00:00
rodzic b4a1a513c9
commit 7c273a81e2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
#ifndef SG_ERR_H
#define SG_ERR_H
#include <linux/../scsi/scsi.h> /* cope with silly includes */
#include <sg.h>
#include <linux/../scsi/sg.h>
/* Feel free to copy and modify this GPL-ed code into your applications. */