summaryrefslogtreecommitdiff
path: root/src/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 98e5080e2..7545081b2 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -23,6 +23,10 @@
#include <sys/types.h>
#include <getopt.h>
+/* Redefine. Otherwise, systems (Unicos for one) with headers that define
+ it to be a type get syntax errors for the variable declaration below. */
+#define word unused_word_type
+
#include "system.h"
#include "version.h"
#include "error.h"