summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrewsh@debian.org>2021-01-04 18:35:44 +0100
committerAndrej Shadura <andrewsh@debian.org>2021-01-21 12:35:32 +0100
commit54ce6ec9a79159b296169f369d40b30ec48cd8de (patch)
treea17e1f02a0f717e9e2cddc02a7ab2978c697f4cc
parent2f7b9a5a3acde06ae7b6f5ecdc0ccfc56bb61b20 (diff)
Explicitly include string.h
Gbp-Pq: Name 17-explicitly-include-string.h.patch
-rw-r--r--src/osdctl/osdctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/osdctl/osdctl.h b/src/osdctl/osdctl.h
index 3644e6f..f10d74c 100644
--- a/src/osdctl/osdctl.h
+++ b/src/osdctl/osdctl.h
@@ -5,3 +5,4 @@
#include <unistd.h>
#include <sys/types.h>
#include <signal.h>
+#include <string.h>