git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8339297
)
missing printf prototype
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 30 May 2007 17:18:15 +0000
(17:18 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 30 May 2007 17:18:15 +0000
(17:18 +0000)
org.glite.jp.primary/src/sandbox_plugin.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/sandbox_plugin.c
b/org.glite.jp.primary/src/sandbox_plugin.c
index
680e277
..
9f2c3fd
100644
(file)
--- a/
org.glite.jp.primary/src/sandbox_plugin.c
+++ b/
org.glite.jp.primary/src/sandbox_plugin.c
@@
-1,3
+1,4
@@
+#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <stdarg.h>