Include <sys/types.h> for definition of u_long on MacOS X

merge-requests/1/head
Mattias Ellert 2011-10-30 10:32:34 +01:00
rodzic c048a73700
commit 9e639753a3
12 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,12 @@
2011-10-30 Mattias Ellert <mattias.ellert@fysast.uu.se>
* backend/kvs40xx.h: Use portable endian macro from config.h
* backend/kodak.c: Use more precise path to internal headers
* backend/canon630u.c, backend/genesys_gl124.c,
backend/genesys_gl646.c, backend/genesys_gl841.c,
backend/genesys_gl843.c, backend/genesys_gl847.c,
backend/genesys_low.c, backend/hp3900_rts8822.c,
backend/rts88xx_lib.c, backend/xerox_mfp.c, sanei/sanei_pio.c:
Include <sys/types.h> for definition of u_long on MacOS X
2011-10-21 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys.c backend/genesys.h backend/genesys_devices.c

Wyświetl plik

@ -54,6 +54,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include "../include/sane/sane.h"
#include "../include/sane/sanei.h"

Wyświetl plik

@ -44,6 +44,8 @@
#include "genesys_gl124.h"
#include <sys/types.h>
/****************************************************************************
Low level function
****************************************************************************/

Wyświetl plik

@ -50,6 +50,8 @@
#include "genesys_gl646.h"
#include <sys/types.h>
/**
* returns the value hold by a 3 word register
* @param regs register set from which reading the value

Wyświetl plik

@ -60,6 +60,7 @@
#include <string.h>
#include <errno.h>
#include <unistd.h>
#include <sys/types.h>
#include "../include/_stdint.h"
#include "../include/sane/sane.h"

Wyświetl plik

@ -44,6 +44,8 @@
#include "genesys_gl843.h"
#include <sys/types.h>
/****************************************************************************
Low level function
****************************************************************************/

Wyświetl plik

@ -44,6 +44,8 @@
#include "genesys_gl847.h"
#include <sys/types.h>
/****************************************************************************
Low level function
****************************************************************************/

Wyświetl plik

@ -48,6 +48,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include <sys/types.h>
#include "../include/sane/sane.h"
#include "../include/sane/sanei.h"

Wyświetl plik

@ -68,6 +68,7 @@
#include <math.h> /* truncf() */
#include <ctype.h> /* tolower() */
#include <unistd.h> /* usleep() */
#include <sys/types.h>
#include "hp3900_types.c"
#include "hp3900_debug.c"

Wyświetl plik

@ -54,6 +54,7 @@
#include <stdio.h>
#include <sys/time.h>
#include <sys/types.h>
#include "../include/_stdint.h"

Wyświetl plik

@ -22,6 +22,7 @@
#include <math.h>
#include <unistd.h>
#include <sys/time.h>
#include <sys/types.h>
#include "../include/sane/sane.h"
#include "../include/sane/sanei.h"
#include "../include/sane/saneopts.h"

Wyświetl plik

@ -57,6 +57,7 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/types.h>
#ifdef HAVE_SYS_IO_H
# include <sys/io.h> /* use where available (glibc 2.x, for example) */