added watt32 headers and brought the DOS version up to parity with UNIX
[oftp] / libs / watt32 / syslog.h
diff --git a/libs/watt32/syslog.h b/libs/watt32/syslog.h
new file mode 100644 (file)
index 0000000..fa3b7c9
--- /dev/null
@@ -0,0 +1,9 @@
+/*!\file inc/syslog.h
+ * syslog header.
+ */
+/*
+ * POSIX requires (AFAIK) this file in a base-dir
+ */
+#ifndef __SYS_SYSLOG_H
+#include <sys/syslog.h>
+#endif