[gtksourceview/master-msvc: 2/4] gtksourcesnippetbundle-parser.c: Include stdlib.h
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/master-msvc: 2/4] gtksourcesnippetbundle-parser.c: Include stdlib.h
- Date: Fri, 22 Oct 2021 03:16:07 +0000 (UTC)
commit e680279673d4d7aa6d05b51451b954465f401cd9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Oct 22 11:05:53 2021 +0800
gtksourcesnippetbundle-parser.c: Include stdlib.h
We need it for strtol().
gtksourceview/gtksourcesnippetbundle-parser.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtksourceview/gtksourcesnippetbundle-parser.c b/gtksourceview/gtksourcesnippetbundle-parser.c
index 62c02f7f..3f7f6f07 100644
--- a/gtksourceview/gtksourcesnippetbundle-parser.c
+++ b/gtksourceview/gtksourcesnippetbundle-parser.c
@@ -20,6 +20,7 @@
#include "config.h"
#include <errno.h>
+#include <stdlib.h>
#include "gtksourcesnippetbundle-private.h"
#include "gtksourcesnippetchunk.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]