[Pdbg] [PATCH v2 1/9] main: Include string.h for memset

Amitay Isaacs amitay at ozlabs.org
Wed May 23 14:31:02 AEST 2018


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 src/thread.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/thread.c b/src/thread.c
index 0e4627f..f32a437 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -17,6 +17,7 @@
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include <bitutils.h>
 
-- 
2.17.0



More information about the Pdbg mailing list