From 0c0ff191cc9f533713a0969056d9c29ec41ab231 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 16 Jun 2011 17:39:54 +0200 Subject: abrt-applet: merge source into one file. No functional changes text data bss dec hex filename 16940 852 28 17820 459c abrt-applet 15891 840 40 16771 4183 abrt-applet.new Signed-off-by: Denys Vlasenko --- src/include/abrtlib.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index d3bc849e..3d17ce3c 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -44,6 +44,10 @@ #endif #include +#include +/* libreport's internal functions we use: */ +#include + #ifdef HAVE_CONFIG_H # include "config.h" #endif @@ -71,7 +75,7 @@ int vdprintf(int d, const char *format, va_list ap); #undef ARRAY_SIZE #define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0]))) -#include + #include "hooklib.h" #include "abrt_conf.h" -- cgit