kopia lustrzana https://gitlab.com/sane-project/backends
Move #include <pthread.h> to sanei_thread.h
The sanei header file may need pthread_t. If it does, make sure it is available.merge-requests/1/head
rodzic
af35e9ba74
commit
04d5e4a0cf
|
@ -61,6 +61,7 @@
|
||||||
#include "../include/sane/config.h"
|
#include "../include/sane/config.h"
|
||||||
|
|
||||||
#ifdef USE_PTHREAD
|
#ifdef USE_PTHREAD
|
||||||
|
#include <pthread.h>
|
||||||
typedef pthread_t SANE_Pid;
|
typedef pthread_t SANE_Pid;
|
||||||
#else
|
#else
|
||||||
typedef int SANE_Pid;
|
typedef int SANE_Pid;
|
||||||
|
|
|
@ -71,9 +71,6 @@
|
||||||
#if !defined USE_PTHREAD && !defined HAVE_OS2_H && !defined __BEOS__
|
#if !defined USE_PTHREAD && !defined HAVE_OS2_H && !defined __BEOS__
|
||||||
# include <sys/wait.h>
|
# include <sys/wait.h>
|
||||||
#endif
|
#endif
|
||||||
#if defined USE_PTHREAD
|
|
||||||
# include <pthread.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define BACKEND_NAME sanei_thread /**< name of this module for debugging */
|
#define BACKEND_NAME sanei_thread /**< name of this module for debugging */
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue