[pango/pango2-windows: 124/130] pango/pango-font-description.c: Include stdlib.h
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/pango2-windows: 124/130] pango/pango-font-description.c: Include stdlib.h
- Date: Tue, 14 Jun 2022 04:23:54 +0000 (UTC)
commit c0b84e4f54e9534249e8aef692c54d40a1cd3706
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Thu Jun 9 10:27:08 2022 +0800
pango/pango-font-description.c: Include stdlib.h
It is needed for strtol().
pango/pango-font-description.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/pango/pango-font-description.c b/pango/pango-font-description.c
index 11fc3cf0d..4f8e0accf 100644
--- a/pango/pango-font-description.c
+++ b/pango/pango-font-description.c
@@ -20,6 +20,7 @@
*/
#include "config.h"
+#include <stdlib.h>
#include "pango-font-description-private.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]