Do not include common/defines.h unless actually needed. It
contains nothing but version information. It is updated at every
build to put in the current date.
But since no os_* function uses it, it's safe to let the frotz core see
this definition, but have the unix port see the curses version. */
-#include "defines.h"
#include "git_hash.h"
#ifndef __UNIX_PORT_FILE
#include "ux_frotz.h"
#include "ux_blorb.h"
+#include "../common/defines.h"
+
volatile sig_atomic_t terminal_resized = 0;
static void sigwinch_handler(int);
#include "dumb_frotz.h"
#include "dumb_blorb.h"
+#include "../common/defines.h"
+
f_setup_t f_setup;
static char *my_strdup(char *);