commit 30d36c7d21de99c6cddde1fe8a93197e8fc2686f parent afd4f400007a15472577868805ae8a5e5ac8e776 Author: wwp <wwp@free.fr> Date: Fri, 4 May 2018 15:33:24 +0200 Fix compilation using GENERIC_UMPC. Diffstat:
| M | src/summaryview.h | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/summaryview.h b/src/summaryview.h @@ -26,6 +26,10 @@ #include <gdk/gdk.h> #include <gtk/gtk.h> +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "viewtypes.h" typedef struct _SummaryColumnState SummaryColumnState;