tests: fix build errors

This commit is contained in:
Hugues Delorme 2014-03-13 22:56:28 +01:00
parent 37af93feab
commit b5da8aa18f
3 changed files with 6 additions and 6 deletions

View File

@ -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
{

View File

@ -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"

View File

@ -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>