tests: fix build errors
This commit is contained in:
parent
37af93feab
commit
b5da8aa18f
@ -1,7 +1,7 @@
|
||||
#ifndef FOUG_STREAM_BUFFER_H
|
||||
#define FOUG_STREAM_BUFFER_H
|
||||
|
||||
#include "../src/stream.h"
|
||||
#include "../src/datax_core/stream.h"
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
@ -1,8 +1,8 @@
|
||||
#include "utest_lib.h"
|
||||
|
||||
#include "../src/internal/ascii_parse.h"
|
||||
#include "../src/internal/byte_swap.h"
|
||||
#include "../src/internal/byte_codec.h"
|
||||
#include "../src/datax_core/internal/ascii_parse.h"
|
||||
#include "../src/datax_core/internal/byte_swap.h"
|
||||
#include "../src/datax_core/internal/byte_codec.h"
|
||||
|
||||
#include "stream_buffer.h"
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "utest_lib.h"
|
||||
|
||||
#include "../src/global.h"
|
||||
#include "../src/libstl/stl_triangle.h"
|
||||
#include "../src/datax_core/global.h"
|
||||
#include "../src/datax_stl/stl_triangle.h"
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user