aboutsummaryrefslogtreecommitdiff
path: root/umath/vec.c
diff options
context:
space:
mode:
Diffstat (limited to 'umath/vec.c')
-rw-r--r--umath/vec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umath/vec.c b/umath/vec.c
index fe82f58..45bb4e8 100644
--- a/umath/vec.c
+++ b/umath/vec.c
@@ -1,4 +1,4 @@
-#include <vec.h>
+#include "vec.h"
float vec2_add (float c[], float a[], float b[]) {
c[0]=a[0]+b[0]; c[1]=a[1]+b[1];