diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ #include "jalv_internal.h" #include "types.h" -#include "zix/attributes.h" -#include "zix/sem.h" +#include <zix/attributes.h> +#include <zix/sem.h> #if USE_SUIL #endif |