[pango/pango2-windows: 2/12] pango-font-description.c: Include stdlib.h




commit a37720bc6903980ae358be1140b21ceabdaa09ea
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Mar 14 11:41:22 2022 +0800

    pango-font-description.c: Include stdlib.h
    
    It is used for strtol().

 pango/pango-font-description.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/pango/pango-font-description.c b/pango/pango-font-description.c
index 89de07c9..14539f5d 100644
--- a/pango/pango-font-description.c
+++ b/pango/pango-font-description.c
@@ -21,6 +21,8 @@
 
 #include "config.h"
 
+#include <stdlib.h>
+
 #include "pango-font-description-private.h"
 
 #include "pango-utils-internal.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]