ports/graphics/blender-devel/files/patch-source_creator_creator.c
Mario Sergio Fujikawa Ferreira f80a43a692 o New port blender-devel version 2.26: 3D
modeling/rendering/animation/gaming package
o Now, users can compile blender from source code

PR:		48863
Submitted by:	David Yeske <dyeske@yahoo.com>
2003-03-04 19:34:58 +00:00

10 lines
281 B
C

--- source/creator/creator.c.orig Fri Feb 14 22:11:48 2003
+++ source/creator/creator.c Fri Feb 14 23:17:26 2003
@@ -91,6 +91,7 @@
#ifdef __FreeBSD__
#ifndef __OpenBSD__
#include <floatingpoint.h>
+ #include <sys/types.h>
#include <sys/rtprio.h>
#endif
#endif