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:
parent
ce4a167f9e
commit
228bbbe602
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95739
@ -4,7 +4,7 @@
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
+#if __FreeBSD__
|
||||
+#ifdef __FreeBSD__
|
||||
+# include <osreldate.h>
|
||||
+# if __FreeBSD_version < 500035
|
||||
+# include <stlport/iosfwd>
|
||||
|
Loading…
Reference in New Issue
Block a user