diff options
Diffstat (limited to 'test/ring_test.c')
-rw-r--r-- | test/ring_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/ring_test.c b/test/ring_test.c index c1ab0fd..cabf6d3 100644 --- a/test/ring_test.c +++ b/test/ring_test.c @@ -14,14 +14,14 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "zix/ring.h" +#include "zix/thread.h" + #include <limits.h> #include <stdarg.h> +#include <stdbool.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> - -#include "zix/ring.h" -#include "zix/thread.h" #define MSG_SIZE 20 |