diff options
Diffstat (limited to 'taro/tests')
| -rw-r--r-- | taro/tests/notcurses_ffmpeg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/taro/tests/notcurses_ffmpeg.c b/taro/tests/notcurses_ffmpeg.c index 1a9f44d..dd798c9 100644 --- a/taro/tests/notcurses_ffmpeg.c +++ b/taro/tests/notcurses_ffmpeg.c @@ -1,7 +1,7 @@ -#include <notcurses/notcurses.h> -#include <notcurses/nckeys.h> #include <al/types.h> #include <aki/common.h> +#include <notcurses/notcurses.h> +#include <notcurses/nckeys.h> s32 main(void) { |