kopia lustrzana https://gitlab.com/sane-project/backends
move #include of sys/time.h
rodzic
d6bfdee293
commit
2688d1fcd3
|
@ -50,9 +50,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
|
||||
#include "../include/sane/sane.h"
|
||||
#include "../include/sane/sanei.h"
|
||||
|
|
|
@ -52,6 +52,9 @@
|
|||
#define GENESYS_LOW_H
|
||||
|
||||
#include <stddef.h>
|
||||
#ifdef HAVE_SYS_TIME_H
|
||||
#include <sys/time.h>
|
||||
#endif
|
||||
#include "../include/sane/sane.h"
|
||||
|
||||
#define DBG_error0 0 /* errors/warnings printed even with devuglevel 0 */
|
||||
|
|
Ładowanie…
Reference in New Issue