summaryrefslogtreecommitdiff
path: root/reordercap.c
diff options
context:
space:
mode:
Diffstat (limited to 'reordercap.c')
-rw-r--r--reordercap.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/reordercap.c b/reordercap.c
index 1616748e1c..4b226e2251 100644
--- a/reordercap.c
+++ b/reordercap.c
@@ -169,7 +169,12 @@ get_reordercap_compiled_info(GString *str)
}
static void
-get_reordercap_runtime_info(GString *str _U_)
+get_reordercap_runtime_info(
+#if defined(HAVE_LIBZ) && !defined(_WIN32)
+ GString *str)
+#else
+ GString *str _U_)
+#endif
{
/* zlib */
#if defined(HAVE_LIBZ) && !defined(_WIN32)