aboutsummaryrefslogtreecommitdiff
path: root/umath/intersect.c
diff options
context:
space:
mode:
Diffstat (limited to 'umath/intersect.c')
-rw-r--r--umath/intersect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umath/intersect.c b/umath/intersect.c
index 2d21389..582c851 100644
--- a/umath/intersect.c
+++ b/umath/intersect.c
@@ -1,4 +1,4 @@
-#include <intersect.h>
+#include "intersect.h"
int pt_rect (float p[], float a[], float b[]) {
if (p[0]>a[0] && p[0]<a[0]+b[0] && p[1]>a[1] && p[1]<a[1]+b[1])