projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b870ab9
)
added include of string.h to get rid of warning message
author
ewt
<devnull@localhost>
Tue, 12 Dec 1995 22:35:42 +0000
(22:35 +0000)
committer
ewt
<devnull@localhost>
Tue, 12 Dec 1995 22:35:42 +0000
(22:35 +0000)
CVS patchset: 13
CVS date: 1995/12/12 22:35:42
lib/test.c
patch
|
blob
|
history
diff --git
a/lib/test.c
b/lib/test.c
index
9c9dbff
..
968fc9c
100644
(file)
--- a/
lib/test.c
+++ b/
lib/test.c
@@
-1,6
+1,8
@@
#include "header.h"
#include "rpmlib.h"
+#include <string.h>
+
void main(int argc, char ** argv)
{
Header h;