summaryrefslogtreecommitdiffstats
path: root/k9vamps
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-04 10:34:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-04 16:06:34 +0900
commit94c81f01905087ff9bdc655b96f8ac92c647314e (patch)
tree3029fae57bc25e11522d83bfa17330e127a9a674 /k9vamps
parent4dcfa83500419f64d3478017a2628a0817046cec (diff)
downloadk9copy-94c81f01905087ff9bdc655b96f8ac92c647314e.tar.gz
k9copy-94c81f01905087ff9bdc655b96f8ac92c647314e.zip
Fix more usage of TQString which would cause FTBFS with cmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'k9vamps')
-rw-r--r--k9vamps/cputest.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/k9vamps/cputest.cpp b/k9vamps/cputest.cpp
index 643742b..c26cd3e 100644
--- a/k9vamps/cputest.cpp
+++ b/k9vamps/cputest.cpp
@@ -5,9 +5,7 @@
#include <stdlib.h>
#include "ac.h"
-#ifdef HAVE_STRING_H
-# include <string.h>
-#endif
+#include <string.h>
#ifdef ARCH_X86_64
# define REG_b "rbx"