mirror of
https://github.com/thepigeongenerator/mcaselector-lite.git
synced 2025-12-17 07:35:45 +01:00
fix: tests were still using types.h, rather than intdef.h
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "../src/util/conf.h"
|
#include "../src/util/conf.h"
|
||||||
#include "../src/util/types.h"
|
#include "../src/util/intdef.h"
|
||||||
#include "t_arith.h"
|
#include "t_arith.h"
|
||||||
#include "t_conf.h"
|
#include "t_conf.h"
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "../src/util/conf.h"
|
#include "../src/util/conf.h"
|
||||||
#include "../src/util/types.h"
|
#include "../src/util/intdef.h"
|
||||||
#include "test.h"
|
#include "test.h"
|
||||||
|
|
||||||
// Environment saver structure for conf_getpat tests
|
// Environment saver structure for conf_getpat tests
|
||||||
|
|||||||
Reference in New Issue
Block a user