projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68080f4
)
Add missing string.h header for strerror_r()
author
David Goulet
<dgoulet@efficios.com>
Sun, 22 Jan 2012 21:09:24 +0000
(16:09 -0500)
committer
David Goulet
<dgoulet@efficios.com>
Sun, 22 Jan 2012 21:09:24 +0000
(16:09 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/common/error.h
patch
|
blob
|
blame
|
history
diff --git
a/src/common/error.h
b/src/common/error.h
index 2ce6f57c287e4991ad28d284a861ca440569561e..81c20223d124282b59bb8ea23801cd714156f441 100644
(file)
--- a/
src/common/error.h
+++ b/
src/common/error.h
@@
-20,6
+20,7
@@
#include <errno.h>
#include <stdio.h>
+#include <string.h>
/* Stringify the expansion of a define */
#define XSTR(d) STR(d)
This page took
0.025036 seconds
and
4
git commands to generate.