summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2022-01-13 01:13:30 +0000
committerSadie Powell <sadie@witchery.services>2022-01-13 01:13:46 +0000
commit40ce51a1a914210e094f5512482f6b6b668809cc (patch)
tree2021474c18a70364367da96ecd3c404d4441476f
parent23ac008cc160257830e3c199240904c94a4ecd2c (diff)
Include cstring instead of string.h in services.h
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index b49a45175..06a17dcdc 100644
--- a/include/services.h
+++ b/include/services.h
@@ -20,7 +20,7 @@
#include <cstdarg>
#include <stdexcept>
-#include <string.h>
+#include <cstring>
#ifndef _WIN32
#include <unistd.h>