summaryrefslogtreecommitdiffstats
path: root/k9vamps/cputest.cpp
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:21:27 +0900
commit1a64436b9a43adc85a684bd9c9c6a3f2fe35f6fa (patch)
tree39880601acc95a292658245c3eb704b1e41138dc /k9vamps/cputest.cpp
parent84a8b220bfcb87ca91bd1c12e5c56beb57e4b042 (diff)
downloadk9copy-1a64436b.tar.gz
k9copy-1a64436b.zip
Fix more usage of TQString which would cause FTBFS with cmake
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 94c81f01905087ff9bdc655b96f8ac92c647314e)
Diffstat (limited to 'k9vamps/cputest.cpp')
-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"