diff agent/src/os/linux/salibelf.c @ 12329:f2512d89ad0c

8025613: clang: remove -Wno-unused-value Reviewed-by: iveresov
author twisti
date Sat, 28 Sep 2013 12:42:22 -0700
parents c18cbe5936b8
children de6a9e811145
line wrap: on
line diff
--- a/agent/src/os/linux/salibelf.c	Sat Sep 28 12:32:10 2013 +0400
+++ b/agent/src/os/linux/salibelf.c	Sat Sep 28 12:42:22 2013 -0700
@@ -25,6 +25,7 @@
 #include "salibelf.h"
 #include <stdlib.h>
 #include <unistd.h>
+#include <string.h>
 
 extern void print_debug(const char*,...);