ports/x11/irrlicht/patches/patch-source_Irrlicht_COSOperator_cpp

11 lines
300 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- source/Irrlicht/COSOperator.cpp.orig Sun Dec 26 20:30:20 2010
+++ source/Irrlicht/COSOperator.cpp Sun Dec 26 20:30:20 2010
@@ -12,6 +12,7 @@
#include <string.h>
#include <unistd.h>
#ifndef _IRR_SOLARIS_PLATFORM_
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/sysctl.h>
#endif