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:
CynCeyd 2023-06-04 12:05:33 +02:00
parent dab1443e87
commit f4210a20ae
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
#include "fifo.h"
#include "test_common.h"
#include "os_calls.h"
#include "test_common.h"
#include "string_calls.h"
static const char *strings[] =

View File

@ -4,8 +4,8 @@
#include "list.h"
#include "test_common.h"
#include "os_calls.h"
#include "test_common.h"
#include "string_calls.h"
#define TEST_LIST_SIZE 1000