summaryrefslogtreecommitdiffstats
path: root/src/hooks/abrt-hook-ccpp.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-06-17 16:31:27 +0200
commita7e51ae8800a2bc14e4449fd3e2a3c689d9feb37 (patch)
tree649966c5ef2b9f620c5f46568a6859f5384d42d0 /src/hooks/abrt-hook-ccpp.c
parent10028830ab9be6ec1a154d2f9d9a7a66c94ae7b4 (diff)
downloadabrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.gz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.tar.xz
abrt-a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37.zip
clean up after libreport separation into a different source tree
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/hooks/abrt-hook-ccpp.c')
-rw-r--r--src/hooks/abrt-hook-ccpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/abrt-hook-ccpp.c b/src/hooks/abrt-hook-ccpp.c
index e920139b..f9a72a61 100644
--- a/src/hooks/abrt-hook-ccpp.c
+++ b/src/hooks/abrt-hook-ccpp.c
@@ -18,9 +18,9 @@
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "abrtlib.h"
#include <syslog.h>
#include <sys/utsname.h>
+#include "abrtlib.h"
static char* malloc_readlink(const char *linkname)
{