summaryrefslogtreecommitdiff
path: root/src/VBox/Devices/testcase/tstDeviceInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Devices/testcase/tstDeviceInternal.h')
-rw-r--r--src/VBox/Devices/testcase/tstDeviceInternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/VBox/Devices/testcase/tstDeviceInternal.h b/src/VBox/Devices/testcase/tstDeviceInternal.h
index b1cc5193e74..53cf919744e 100644
--- a/src/VBox/Devices/testcase/tstDeviceInternal.h
+++ b/src/VBox/Devices/testcase/tstDeviceInternal.h
@@ -130,6 +130,7 @@ typedef struct TSTDEVMMHEAPALLOC
/** Size of the allocation. */
size_t cbAlloc;
/** Start of the real allocation. */
+ RT_FLEXIBLE_ARRAY_EXTENSION
uint8_t abAlloc[RT_FLEXIBLE_ARRAY];
} TSTDEVMMHEAPALLOC;
/** Pointer to a MM Heap allocation. */