summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/make.h b/make.h
index adaccf3..2c406d0 100644
--- a/make.h
+++ b/make.h
@@ -48,6 +48,7 @@ extern int errno;
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
#define sys_siglist _sys_siglist
+#define HAVE_SYS_SIGLIST /* Now we have it. */
#endif
#ifndef isblank