mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
tests: Add missing #includes to array-test
These are needed to get `SIZE_WIDTH` from libc. The tests which used `SIZE_WIDTH` were previously effectively dead code. Spotted by `-Wundef`. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
#undef G_DISABLE_ASSERT
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Reference in New Issue
Block a user