abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 23 forks source link

py_base_stacktrace.c: include glib.h #333

Closed kraj closed 2 years ago

kraj commented 2 years ago

This file has references to g_free from glib-2.0 which needs this header

Signed-off-by: Khem Raj raj.khem@gmail.com

michalfabik commented 2 years ago

Hi, thanks, good catch. While you're at it, could you please also remove the line #include "py_base_thread.h"? The file is already included in py_base_stacktrace.h so there's no need to include it again here.

michalfabik commented 2 years ago

Thanks, LGTM!