thermferm/thermferm.h

changeset 726
8289078ff7be
parent 724
01e3936f62d4
child 728
da038d0bed04
equal deleted inserted replaced
725:b15a2ae7bea7 726:8289078ff7be
18 #include <ctype.h> 18 #include <ctype.h>
19 #include <sys/types.h> 19 #include <sys/types.h>
20 #include <sys/socket.h> 20 #include <sys/socket.h>
21 #include <sys/stat.h> 21 #include <sys/stat.h>
22 #include <sys/time.h> 22 #include <sys/time.h>
23 #include <sys/syscall.h>
23 #include <sys/un.h> 24 #include <sys/un.h>
24 #include <sys/utsname.h> 25 #include <sys/utsname.h>
25 #include <ifaddrs.h> 26 #include <ifaddrs.h>
26 #include <time.h> 27 #include <time.h>
27 #include <fcntl.h> 28 #include <fcntl.h>
51 #include <wiringPi.h> 52 #include <wiringPi.h>
52 #include <pcf8574.h> 53 #include <pcf8574.h>
53 #include <lcd.h> 54 #include <lcd.h>
54 55
55 #endif 56 #endif
57
58
59 #ifndef HAVE_GETTID
60 pid_t gettid(void);
61 #endif
62
56 63
57 /* 64 /*
58 * Thread locks 65 * Thread locks
59 */ 66 */
60 #define LOCK_DEVICES 0 67 #define LOCK_DEVICES 0

mercurial