makemaker-defaults.mk: fallback COMPONENT_PROJECT_URL to dist
[oi-userland.git] / components / sysutils / gtkperf / patches / 02-stdlib.h.patch
bloba23c42feada905c1b779328a140cc7f99d5ab6fe
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
7 +#ifdef HAVE_STDLIB_H
8 +# include <stdlib.h>
9 +#endif
11 #include <gtk/gtk.h>
13 #ifdef HILDONIZED