[pango/matthiasc/for-master: 1/3] utils: Fix win32 build
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/matthiasc/for-master: 1/3] utils: Fix win32 build
- Date: Fri, 9 Jul 2021 17:48:07 +0000 (UTC)
commit 10d4aa6ac463beddccaa622c91f28efaa64e1822
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jul 9 13:47:13 2021 -0400
utils: Fix win32 build
We need stdlib.h for exit().
utils/pango-segmentation.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/utils/pango-segmentation.c b/utils/pango-segmentation.c
index 1d22fb38..31cefdbd 100644
--- a/utils/pango-segmentation.c
+++ b/utils/pango-segmentation.c
@@ -22,6 +22,7 @@
#include <glib.h>
#include <pango/pangocairo.h>
#include <string.h>
+#include <stdlib.h>
#include <locale.h>
#ifndef G_OS_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]