thermferm/thermferm.h

changeset 420
644a6106d712
parent 418
0bfe08c7ba6e
child 497
18ace27338e5
equal deleted inserted replaced
419:8a7f8272516c 420:644a6106d712
13 #include <stdint.h> 13 #include <stdint.h>
14 #include <stdarg.h> 14 #include <stdarg.h>
15 #include <string.h> 15 #include <string.h>
16 #include <ctype.h> 16 #include <ctype.h>
17 #include <sys/types.h> 17 #include <sys/types.h>
18 #include <sys/socket.h>
18 #include <sys/stat.h> 19 #include <sys/stat.h>
19 #include <sys/time.h> 20 #include <sys/time.h>
21 #include <sys/un.h>
20 #include <time.h> 22 #include <time.h>
21 #include <fcntl.h> 23 #include <fcntl.h>
22 #include <syslog.h> 24 #include <syslog.h>
23 #include <unistd.h> 25 #include <unistd.h>
24 #include <errno.h> 26 #include <errno.h>

mercurial