From 17e63b2a00006e2215e9e4c58d0fed51e003b06a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 4 May 2011 16:39:21 +0200 Subject: abrt-cli: incorporate most of abrt-handle-crashdump functionality The only finction not included is -l[PFX] - list possible events. Signed-off-by: Denys Vlasenko --- src/include/abrtlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/abrtlib.h b/src/include/abrtlib.h index 85bbb289..ab12ea03 100644 --- a/src/include/abrtlib.h +++ b/src/include/abrtlib.h @@ -76,6 +76,7 @@ int vdprintf(int d, const char *format, va_list ap); #include "read_write.h" #include "strbuf.h" #include "hash_sha1.h" +#include "parse_options.h" #include "abrt_problem_data.h" #include "abrt_types.h" -- cgit