fix: tests were still using types.h, rather than intdef.h

This commit is contained in:
2025-08-12 11:02:15 +02:00
parent 75008c6ca8
commit 54428e72f9
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#include <stdint.h>
#include "../src/util/conf.h"
#include "../src/util/types.h"
#include "../src/util/intdef.h"
#include "t_arith.h"
#include "t_conf.h"
#include "test.h"

View File

@@ -5,7 +5,7 @@
#include <string.h>
#include "../src/util/conf.h"
#include "../src/util/types.h"
#include "../src/util/intdef.h"
#include "test.h"
// Environment saver structure for conf_getpat tests