diff test/suite_aggrs/globals.c @ 459:8b6a39592f86

missed an include
author Tassilo Philipp
date Sat, 29 Jan 2022 12:25:44 +0100
parents 1c18c2377c24
children 0f3b6898078d
line wrap: on
line diff
--- a/test/suite_aggrs/globals.c	Sat Jan 29 12:02:56 2022 +0100
+++ b/test/suite_aggrs/globals.c	Sat Jan 29 12:25:44 2022 +0100
@@ -25,6 +25,7 @@
 #include <stdlib.h>
 #include "globals.h"
 #include <float.h>
+#include <string.h>
 
 #define X(CH,T) T *V_##CH; T *K_##CH; 
 DEF_TYPES