repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
makemaker-defaults.mk: fallback COMPONENT_PROJECT_URL to dist
[oi-userland.git]
/
components
/
sysutils
/
gtkperf
/
patches
/
02-stdlib.h.patch
blob
a23c42feada905c1b779328a140cc7f99d5ab6fe
1
--- gtkperf/src/main.c.~1~ 2014-08-01 17:54:20.794210419 +0400
2
+++ gtkperf/src/main.c 2014-08-01 17:55:02.470815021 +0400
3
@@ -4,6 +4,10 @@
4
# include <config.h>
5
#endif
6
7
+#ifdef HAVE_STDLIB_H
8
+# include <stdlib.h>
9
+#endif
10
+
11
#include <gtk/gtk.h>
12
13
#ifdef HILDONIZED