Index: head/cad/graywolf/files/patch-src_Ylib_file.c =================================================================== --- head/cad/graywolf/files/patch-src_Ylib_file.c (nonexistent) +++ head/cad/graywolf/files/patch-src_Ylib_file.c (revision 529773) @@ -0,0 +1,14 @@ +--- src/Ylib/file.c.orig 2020-03-29 06:09:00 UTC ++++ src/Ylib/file.c +@@ -133,7 +133,11 @@ char *pathname ; + + } /* end Yfile_slink */ + ++#if defined(__FreeBSD__) || defined(__DragonFly__) ++#include ++#else + #include ++#endif + + /* check if a directory exists */ + BOOL YdirectoryExists(pathname) Property changes on: head/cad/graywolf/files/patch-src_Ylib_file.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property