summaryrefslogtreecommitdiff
path: root/tests/scanner/regress.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r--tests/scanner/regress.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h
index adc05dbc..109c4fcd 100644
--- a/tests/scanner/regress.h
+++ b/tests/scanner/regress.h
@@ -7,6 +7,8 @@
#include <glib-object.h>
#include <gio/gio.h>
#include <time.h>
+#include <string.h>
+#include <stdlib.h>
void regress_set_abort_on_error (gboolean abort_on_error);
@@ -948,4 +950,9 @@ typedef struct {
#define REGRESS_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000))
#define REGRESS_MAXUINT64 (G_GINT64_CONSTANT(0xffffffffffffffffU))
+/* https://mail.gnome.org/archives/gtk-devel-list/2013-May/msg00008.html */
+typedef struct {
+ __uint128_t vregs[32];
+} RegressLikeLinuxArmUAPI;
+
#endif /* __GITESTTYPES_H__ */