summaryrefslogtreecommitdiff
path: root/tests/asynchronous
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-09-18 23:30:31 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2021-09-18 23:45:33 +0200
commitff0eda52ceb81d9eec68b732d693c85279116349 (patch)
tree3346c74adc05fcedf1fdc46f53a903a82b60d027 /tests/asynchronous
parent0f3cc46f70252127074c040d9e7e1d2233a7c22d (diff)
downloadvala-ff0eda52ceb81d9eec68b732d693c85279116349.tar.gz
codegen: Add type declaration for implicit temporary local variable
Diffstat (limited to 'tests/asynchronous')
-rw-r--r--tests/asynchronous/catch-error-scope.c-expected2
-rw-r--r--tests/asynchronous/catch-in-finally.c-expected2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/asynchronous/catch-error-scope.c-expected b/tests/asynchronous/catch-error-scope.c-expected
index 77d20d30b..289b79029 100644
--- a/tests/asynchronous/catch-error-scope.c-expected
+++ b/tests/asynchronous/catch-error-scope.c-expected
@@ -3,6 +3,8 @@
#include <glib.h>
#include <gio/gio.h>
+#include <stdlib.h>
+#include <string.h>
#include <glib-object.h>
#if !defined(VALA_EXTERN)
diff --git a/tests/asynchronous/catch-in-finally.c-expected b/tests/asynchronous/catch-in-finally.c-expected
index 3364392a0..9779a393a 100644
--- a/tests/asynchronous/catch-in-finally.c-expected
+++ b/tests/asynchronous/catch-in-finally.c-expected
@@ -4,6 +4,8 @@
#include <glib.h>
#include <gio/gio.h>
#include <glib-object.h>
+#include <stdlib.h>
+#include <string.h>
#if !defined(VALA_EXTERN)
#if defined(_MSC_VER)