about summary refs log tree commit diff stats
path: root/src/HTAlert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTAlert.h')
-rw-r--r--src/HTAlert.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/HTAlert.h b/src/HTAlert.h
index f9559036..b2cc1508 100644
--- a/src/HTAlert.h
+++ b/src/HTAlert.h
@@ -145,4 +145,12 @@ extern int HTConfirmPostRedirect PARAMS((
 	CONST char *	Redirecting_url,
 	int		server_status));
 
+
+#ifdef HAVE_STRERROR
+#define LYStrerror strerror
+#else
+extern char *LYStrerror PARAMS((
+	int		code));
+#endif /* HAVE_STRERROR */
+
 #endif /* HTALERT_H */