kopia lustrzana https://gitlab.com/sane-project/backends
Move config.h include to the top of the include list to avoid compilation
errors on platforms not defining u_char. Added AIX lalloca check.DEVEL_2_0_BRANCH-1
rodzic
ec59c04a2d
commit
249f649218
|
@ -1,3 +1,9 @@
|
|||
2002-12-04 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||
|
||||
* backend/epson_scsi.c backend/sm3600.c: Move config.h include to the
|
||||
top of the include list to avoid compilation errors on platforms
|
||||
not defining u_char. Added AIX lalloca check.
|
||||
|
||||
2002-12-04 Matthew Duggan <stauff1@users.sourceforge.net>
|
||||
* backend/canon_pp-dev.c: Don't compare firmware version numbers -
|
||||
multiple versions do actually exist.
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
#ifdef _AIX
|
||||
# include "../include/lalloca.h" /* MUST come first for AIX! */
|
||||
#endif
|
||||
#include "../include/sane/config.h"
|
||||
#include <sane/sanei_debug.h>
|
||||
#include <sane/sanei_scsi.h>
|
||||
#include <sane/config.h>
|
||||
#include "epson_scsi.h"
|
||||
|
||||
#include "../include/lalloca.h"
|
||||
|
|
|
@ -55,6 +55,7 @@ Start: 2.4.2001
|
|||
|
||||
====================================================================== */
|
||||
|
||||
#include "sane/config.h"
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
@ -68,7 +69,6 @@ Start: 2.4.2001
|
|||
#endif
|
||||
|
||||
#include "sane/sane.h"
|
||||
#include "sane/config.h"
|
||||
#include "sane/sanei.h"
|
||||
#include "sane/sanei_backend.h"
|
||||
#include "sane/sanei_config.h"
|
||||
|
|
Ładowanie…
Reference in New Issue