From 281bb06f483f571bdbb8e314a5bd951ed671e6d8 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 29 Mar 2016 16:03:47 -0400 Subject: fix things --- src/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.h') diff --git a/src/util.h b/src/util.h index 147e7c0..407836a 100644 --- a/src/util.h +++ b/src/util.h @@ -21,6 +21,8 @@ #include "room.h" +#define WSPACE " \t\r\n" + /* utility functions */ void __attribute__((noreturn,format(printf,1,2))) error(const char *fmt, ...); void __attribute__((format(printf,4,5))) debugf_real(const char*, int, const char*, const char *fmt, ...); -- cgit v1.1