[ros-diffs] [fireball] 32644: - Add sys/types.h and sys/stat.h includes for mkfifo() declaration, for *nix-builds.

fireball at svn.reactos.org fireball at svn.reactos.org
Mon Mar 10 20:28:33 CET 2008


Author: fireball
Date: Mon Mar 10 14:28:33 2008
New Revision: 32644

URL: http://svn.reactos.org/svn/reactos?rev=3D32644&view=3Drev
Log:
- Add sys/types.h and sys/stat.h includes for mkfifo() declaration, for *ni=
x-builds.

Modified:
    trunk/reactos/tools/sysreg/rosboot_test.h

Modified: trunk/reactos/tools/sysreg/rosboot_test.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_=
test.h?rev=3D32644&r1=3D32643&r2=3D32644&view=3Ddiff
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/reactos/tools/sysreg/rosboot_test.h (original)
+++ trunk/reactos/tools/sysreg/rosboot_test.h Mon Mar 10 14:28:33 2008
@@ -16,6 +16,10 @@
 #include <vector>
 #ifdef __LINUX__
 #include <unistd.h>
+#include <sys/types.h>
+#if defined(__FreeBSD__) || defined(__APPLE__)
+# include <sys/stat.h>
+#endif // __FreeBSD__
 #endif
 =

 namespace Sysreg_




More information about the Ros-diffs mailing list