X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=curves.c;h=3a9e22a1f26ec4c38243e8967a4dd173a31aae24;hb=59628220d9f63de368b3de45e5aad19b41a6dd99;hp=de3f423ab0875659c9c6326c8b9be554692de106;hpb=e9c64f69b7e15380de50f4addcc797512b586545;p=xonotic%2Fdarkplaces.git diff --git a/curves.c b/curves.c index de3f423a..3a9e22a1 100644 --- a/curves.c +++ b/curves.c @@ -39,6 +39,8 @@ double bsplinesample(int dimensions, double t, double *param) } */ +#include "quakedef.h" + #include #include "curves.h"