Used #include "../include/sane/...".

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-05-13 18:44:13 +00:00
rodzic a50e1d4d4c
commit 9e56b1205a
3 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -19,14 +19,14 @@
2000-11-19, PK: Color TIFF-header: write 3 values for bits per sample
*/
#ifdef _AIX
# include <lalloca.h> /* MUST come first for AIX! */
# include "../include/lalloca.h" /* MUST come first for AIX! */
#endif
#include <stdlib.h>
#include <stdio.h>
#include <sane/config.h>
#include <sane/sane.h>
#include "../include/sane/config.h"
#include "../include/sane/sane.h"
typedef struct {
int tag, typ, nvals, val;

Wyświetl plik

@ -25,8 +25,8 @@
andreas.czechanowski@ins.uni-stuttgart.de
*/
#include <sane/config.h>
#include <sane/sanei.h>
#include "../include/sane/config.h"
#include "../include/sane/sanei.h"
#define MUSTEK_CONF STRINGIFY(PATH_SANE_CONFIG_DIR) "/mustek.conf"
#define PORT_DEV "/dev/port"

Wyświetl plik

@ -26,11 +26,11 @@
#include <sys/types.h>
#include <sane/config.h>
#include <sane/sanei_scsi.h>
#include "../include/sane/config.h"
#include "../include/sane/sanei_scsi.h"
#define BACKEND_NAME findscanner
#include <sane/sanei_debug.h>
#include "../include/sane/sanei_debug.h"
static const char *prog_name;