File: 17-explicitly-include-string.h.patch

package info (click to toggle)
osdsh 0.7.0-12
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 568 kB
  • sloc: ansic: 1,064; tcl: 335; makefile: 69
file content (17 lines) | stat: -rw-r--r-- 422 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Andrej Shadura <andrewsh@debian.org>
Date: Mon, 4 Jan 2021 18:35:44 +0100
Subject: Explicitly include string.h

---
 src/osdctl/osdctl.h | 1 +
 1 file changed, 1 insertion(+)

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>