summaryrefslogtreecommitdiff
path: root/lib/same.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/same.c')
-rw-r--r--lib/same.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/same.c b/lib/same.c
index 930ca0b2f..cdf6452b2 100644
--- a/lib/same.c
+++ b/lib/same.c
@@ -50,6 +50,9 @@ extern int errno;
#define STREQ(a, b) (strcmp ((a), (b)) == 0)
#ifndef HAVE_DECL_FREE
+'this configure-time declaration test was not run'
+#endif
+#if !HAVE_DECL_FREE
void free ();
#endif