kopia lustrzana https://gitlab.com/sane-project/backends
fixed wrong #include in sanei/linux_sg3_err.h
rodzic
b4a1a513c9
commit
7c273a81e2
|
@ -1,7 +1,7 @@
|
||||||
#ifndef SG_ERR_H
|
#ifndef SG_ERR_H
|
||||||
#define SG_ERR_H
|
#define SG_ERR_H
|
||||||
#include <linux/../scsi/scsi.h> /* cope with silly includes */
|
#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. */
|
/* Feel free to copy and modify this GPL-ed code into your applications. */
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue