]> git.pld-linux.org Git - packages/domoticz.git/blame - strstr.patch
up to 2022.1
[packages/domoticz.git] / strstr.patch
CommitLineData
cd9dc7ee
JP
1From 3b96ccfcd61ef4e30d4fa246dcd1724c0712bbe9 Mon Sep 17 00:00:00 2001
2From: Jan Palus <jpalus@fastmail.com>
3Date: Mon, 31 Jan 2022 12:15:41 +0100
4Subject: [PATCH] add header for strstr
5
6---
7 hardware/EnOceanRawValue.cpp | 1 +
8 1 file changed, 1 insertion(+)
9
10diff --git a/hardware/EnOceanRawValue.cpp b/hardware/EnOceanRawValue.cpp
11index 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--
232.35.1
24
This page took 0.102584 seconds and 4 git commands to generate.