kopia lustrzana https://gitlab.com/sane-project/backends
Added Henning's change ro re-order the #include statements back in.
rodzic
c6a2bfc784
commit
f28084301a
|
@ -1,3 +1,7 @@
|
|||
2003-09-14 Karl Heinz Kremer <khk@khk.net>
|
||||
|
||||
* backend/epson.c: put Henning's #include change back in.
|
||||
|
||||
2003-09-14 Stéphane Voltz <svoltz@wanadoo.fr>
|
||||
|
||||
* backend/umax_pp_low.c: reworked inb/out functions. The backend now
|
||||
|
|
|
@ -313,15 +313,15 @@
|
|||
|
||||
#include <sane/sanei_pio.h>
|
||||
|
||||
#include "epson.h"
|
||||
#include "epson_scsi.h"
|
||||
#include "epson_usb.h"
|
||||
|
||||
#define BACKEND_NAME epson
|
||||
#include <sane/sanei_backend.h>
|
||||
|
||||
#include <sane/sanei_config.h>
|
||||
|
||||
#include "epson.h"
|
||||
#include "epson_scsi.h"
|
||||
#include "epson_usb.h"
|
||||
|
||||
#define EPSON_CONFIG_FILE "epson.conf"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
|
|
Ładowanie…
Reference in New Issue