diff options
| author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
|---|---|---|
| committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-08-30 19:22:22 +0200 |
| commit | dac728745922a717db05f2e8dcbe6c533dc0df6f (patch) | |
| tree | 128a97ee72e43d5cd77d75623fddc432e5d8e72b /lib/utils/backtrace.c | |
| parent | 6fa623fa36aed78b4c48700f675ebb0638702b0d (diff) | |
| download | abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.gz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.tar.xz abrt-dac728745922a717db05f2e8dcbe6c533dc0df6f.zip | |
abrtlib.h: include <assert.h> and "strbuf.h"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'lib/utils/backtrace.c')
| -rw-r--r-- | lib/utils/backtrace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils/backtrace.c b/lib/utils/backtrace.c index a2efa766..f507cba3 100644 --- a/lib/utils/backtrace.c +++ b/lib/utils/backtrace.c @@ -15,11 +15,11 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#include "backtrace.h" -#include "strbuf.h" #include <stdlib.h> #include <string.h> #include <ctype.h> +#include "backtrace.h" +#include "strbuf.h" #include "xfuncs.h" struct frame *frame_new() |
