Switched os_calls.h and test_common.h include order since HAVE_STDINT_H would get undefined by check.h.
This commit is contained in:
parent
dab1443e87
commit
f4210a20ae
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "fifo.h"
|
#include "fifo.h"
|
||||||
|
|
||||||
#include "test_common.h"
|
|
||||||
#include "os_calls.h"
|
#include "os_calls.h"
|
||||||
|
#include "test_common.h"
|
||||||
#include "string_calls.h"
|
#include "string_calls.h"
|
||||||
|
|
||||||
static const char *strings[] =
|
static const char *strings[] =
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
|
|
||||||
#include "test_common.h"
|
|
||||||
#include "os_calls.h"
|
#include "os_calls.h"
|
||||||
|
#include "test_common.h"
|
||||||
#include "string_calls.h"
|
#include "string_calls.h"
|
||||||
|
|
||||||
#define TEST_LIST_SIZE 1000
|
#define TEST_LIST_SIZE 1000
|
||||||
|
Loading…
Reference in New Issue
Block a user