]> git.pld-linux.org Git - packages/domoticz.git/blob - strstr.patch
jsoncpp rebuild
[packages/domoticz.git] / strstr.patch
1 From 3b96ccfcd61ef4e30d4fa246dcd1724c0712bbe9 Mon Sep 17 00:00:00 2001
2 From: Jan Palus <jpalus@fastmail.com>
3 Date: Mon, 31 Jan 2022 12:15:41 +0100
4 Subject: [PATCH] add header for strstr
5
6 ---
7  hardware/EnOceanRawValue.cpp | 1 +
8  1 file changed, 1 insertion(+)
9
10 diff --git a/hardware/EnOceanRawValue.cpp b/hardware/EnOceanRawValue.cpp
11 index 1a6769118..14de21632 100644
12 --- a/hardware/EnOceanRawValue.cpp
13 +++ b/hardware/EnOceanRawValue.cpp
14 @@ -1,6 +1,7 @@
15  #include "stdafx.h"
16  #include "EnOceanRawValue.h"
17  #include <string>
18 +#include <string.h>
19  
20  
21  
22 -- 
23 2.35.1
24
This page took 0.046332 seconds and 3 git commands to generate.