summaryrefslogtreecommitdiff
path: root/tests/methods
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/methods
parent0f3cc46f70252127074c040d9e7e1d2233a7c22d (diff)
downloadvala-ff0eda52ceb81d9eec68b732d693c85279116349.tar.gz
codegen: Add type declaration for implicit temporary local variable
Diffstat (limited to 'tests/methods')
-rw-r--r--tests/methods/argument-named.c-expected2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/methods/argument-named.c-expected b/tests/methods/argument-named.c-expected
index b86950951..c44c032fa 100644
--- a/tests/methods/argument-named.c-expected
+++ b/tests/methods/argument-named.c-expected
@@ -4,6 +4,8 @@
#include <glib-object.h>
#include <glib.h>
#include <stdarg.h>
+#include <stdlib.h>
+#include <string.h>
#include <gobject/gvaluecollector.h>
#if !defined(VALA_EXTERN)