mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
modeling/rendering/animation/gaming package o Now, users can compile blender from source code PR: 48863 Submitted by: David Yeske <dyeske@yahoo.com>
10 lines
281 B
C
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
|