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:
ad874cc
)
Add missing stdio header for fprintf
author
David Goulet
<david.goulet@polymtl.ca>
Tue, 3 May 2011 17:23:26 +0000
(13:23 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Tue, 3 May 2011 19:40:21 +0000
(15:40 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
include/lttngerr.h
patch
|
blob
|
blame
|
history
diff --git
a/include/lttngerr.h
b/include/lttngerr.h
index 1da7863a1c6d8c84c473b2b34cf1c647d2a5ed05..1feb6cc4ded1ba9ad9e7fb7a04db46cb43790449 100644
(file)
--- a/
include/lttngerr.h
+++ b/
include/lttngerr.h
@@
-20,7
+20,7
@@
#define _LTTNGERR_H
#include <errno.h>
-#include <std
arg
.h>
+#include <std
io
.h>
extern int opt_quiet;
extern int opt_verbose;
This page took
0.027513 seconds
and
4
git commands to generate.