aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index e145d1a..25a5262 100644
--- a/gmid.h
+++ b/gmid.h
@@ -37,6 +37,10 @@
# define INFTIM -1
#endif
+#ifndef __dead
+# define __dead
+#endif
+
#define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */
/* large enough to hold a copy of a gemini URL and still have extra room */