diff options
Diffstat (limited to 'umath/vec.c')
-rw-r--r-- | umath/vec.c | 2 |
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]; |