summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bitset_test.c2
-rw-r--r--test/hash_test.c1
-rw-r--r--test/ring_test.c2
-rw-r--r--test/sem_test.c1
-rw-r--r--test/test_malloc.h2
-rw-r--r--test/tree_test.c1
6 files changed, 6 insertions, 3 deletions
diff --git a/test/bitset_test.c b/test/bitset_test.c
index 27f1d2d..c0833e7 100644
--- a/test/bitset_test.c
+++ b/test/bitset_test.c
@@ -14,8 +14,8 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/attributes.h"
#include "zix/bitset.h"
-#include "zix/common.h"
#include <inttypes.h>
#include <stdarg.h>
diff --git a/test/hash_test.c b/test/hash_test.c
index 68556b0..834c391 100644
--- a/test/hash_test.c
+++ b/test/hash_test.c
@@ -22,6 +22,7 @@
#include "test_data.h"
#include "test_malloc.h"
+#include "zix/attributes.h"
#include "zix/common.h"
#include "zix/digest.h"
#include "zix/hash.h"
diff --git a/test/ring_test.c b/test/ring_test.c
index c11d998..49cf4f0 100644
--- a/test/ring_test.c
+++ b/test/ring_test.c
@@ -14,7 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "zix/common.h"
+#include "zix/attributes.h"
#include "zix/ring.h"
#include "zix/thread.h"
diff --git a/test/sem_test.c b/test/sem_test.c
index 9a25e66..a5f6d2e 100644
--- a/test/sem_test.c
+++ b/test/sem_test.c
@@ -14,6 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "zix/attributes.h"
#include "zix/sem.h"
#include "zix/thread.h"
diff --git a/test/test_malloc.h b/test/test_malloc.h
index 0d64e46..fdd2098 100644
--- a/test/test_malloc.h
+++ b/test/test_malloc.h
@@ -14,7 +14,7 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "zix/common.h"
+#include "zix/attributes.h"
#include <stddef.h>
diff --git a/test/tree_test.c b/test/tree_test.c
index 434d4d7..76c247d 100644
--- a/test/tree_test.c
+++ b/test/tree_test.c
@@ -16,6 +16,7 @@
#include "test_data.h"
+#include "zix/attributes.h"
#include "zix/common.h"
#include "zix/tree.h"