1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

s|#if |#ifdef |

This commit is contained in:
Oliver Lehmann 2003-12-13 16:41:29 +00:00
parent ce4a167f9e
commit 228bbbe602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95739

View File

@ -4,7 +4,7 @@
#include <cctype>
#include <cstring>
+#if __FreeBSD__
+#ifdef __FreeBSD__
+# include <osreldate.h>
+# if __FreeBSD_version < 500035
+# include <stlport/iosfwd>