Including SDL2/SDL.h redefines main to SDL_main by default.
@ -1,5 +1,6 @@
#include <assert.h>
#include <string.h>
#define SDL_MAIN_HANDLED // avoid to redefine main to SDL_main
#include <SDL2/SDL.h>
#include "util/str_util.h"