summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xConfigure2
-rw-r--r--ext/Sys/Syslog/Syslog.xs4
2 files changed, 4 insertions, 2 deletions
diff --git a/Configure b/Configure
index 2c81abb0e1..25a149c138 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Fri Feb 4 21:06:42 EET 2000 [metaconfig 3.0 PL70]
+# Generated on Fri Feb 4 21:15:39 EET 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
diff --git a/ext/Sys/Syslog/Syslog.xs b/ext/Sys/Syslog/Syslog.xs
index ac5220c24b..d227343a1a 100644
--- a/ext/Sys/Syslog/Syslog.xs
+++ b/ext/Sys/Syslog/Syslog.xs
@@ -2,7 +2,9 @@
#include "perl.h"
#include "XSUB.h"
-#include <sys/syslog.h>
+#ifdef I_SYSLOG
+#include <syslog.h>
+#endif
static double
constant_LOG_NO(char *name, int len, int arg)