[nibeheatpump] Fixed compile error in RasPi (#10135)
Signed-off-by: Pauli Anttila <pauli.anttila@gmail.com>
This commit is contained in:
parent
28510e8260
commit
5b20a7df1c
@ -55,6 +55,7 @@
|
|||||||
* 10.9.2014 v1.20 Bidirectional support.
|
* 10.9.2014 v1.20 Bidirectional support.
|
||||||
* 30.6.2015 v1.21 Some fixes.
|
* 30.6.2015 v1.21 Some fixes.
|
||||||
* 20.2.2017 v1.22 Separated read and write token support.
|
* 20.2.2017 v1.22 Separated read and write token support.
|
||||||
|
* 7.2.2021 v1.23 Fixed compile error in RasPi.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -71,8 +72,9 @@
|
|||||||
#include <arpa/inet.h>
|
#include <arpa/inet.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define VERSION "1.22"
|
#define VERSION "1.23"
|
||||||
|
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user