summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-09-14 14:43:53 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2010-09-14 14:43:53 +0200
commite91273875bcb8774042c9950b45145ebc000f07c (patch)
tree2523ab3b63d0f1b92abf93f85a5709e5e9b8454c /inc
parent3b7fd8d97a4fbd1baa5e6b2f3827c430fb07a9a1 (diff)
downloadabrt-e91273875bcb8774042c9950b45145ebc000f07c.tar.gz
abrt-e91273875bcb8774042c9950b45145ebc000f07c.tar.xz
abrt-e91273875bcb8774042c9950b45145ebc000f07c.zip
move sha1 to lib/utils; remove small bit of related C++isms in CCpp.cpp
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/abrtlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/abrtlib.h b/inc/abrtlib.h
index a1ad9c3d..2daf6005 100644
--- a/inc/abrtlib.h
+++ b/inc/abrtlib.h
@@ -77,6 +77,7 @@ int vdprintf(int d, const char *format, va_list ap);
#include "strbuf.h"
#include "crash_types.h"
#include "dump_dir.h"
+#include "sha1.h"
#ifdef __cplusplus