summaryrefslogtreecommitdiffstats
path: root/test/ring_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-09-10 20:11:45 -0400
committerDavid Robillard <d@drobilla.net>2021-09-10 20:54:28 -0400
commit1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0 (patch)
tree917f42d6b9dae4884330e950d8beb3d115ce4bd5 /test/ring_test.c
parentf522f8e480e8ef95ecb5e597ff3a22700d9ac9cf (diff)
downloadzix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.gz
zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.tar.bz2
zix-1f8c8118f2d42f495dbe6e3adb2a95c87a92e8e0.zip
Move attribute definitions to a separate header
Diffstat (limited to 'test/ring_test.c')
-rw-r--r--test/ring_test.c2
1 files changed, 1 insertions, 1 deletions
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"