aboutsummaryrefslogtreecommitdiff
path: root/wfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'wfm.h')
-rw-r--r--wfm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wfm.h b/wfm.h
index 346a670..8af36d6 100644
--- a/wfm.h
+++ b/wfm.h
@@ -31,6 +31,9 @@
CSS_STYLE
+#define _STRINGIFY(s) #s
+#define STRINGIFY(s) _STRINGIFY(s)
+
#define _FILE_OFFSET_BITS 64
#ifdef __sun__