aboutsummaryrefslogtreecommitdiff
path: root/hud/hud_views.c
diff options
context:
space:
mode:
authorjacopo grandi <jak.sk8@hotmail.it>2021-03-02 09:44:19 +0100
committerjacopo grandi <jak.sk8@hotmail.it>2021-03-02 09:44:19 +0100
commit879fb2adefadbc5f38711cd8f01bcc4cee053e3d (patch)
tree63d9841f0dd321978714dd5839cb6f8c3c8df57e /hud/hud_views.c
parent2f345b1d6e130177efe4fa47d5b2bd11f352ce85 (diff)
i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32
Diffstat (limited to 'hud/hud_views.c')
-rw-r--r--hud/hud_views.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hud/hud_views.c b/hud/hud_views.c
index 2d3a9fd..b2192b3 100644
--- a/hud/hud_views.c
+++ b/hud/hud_views.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <math.h>
-#include <hud_views.h>
+#include "hud_views.h"
#define LABEL(x, y, s, d) {\
float p[2]={x,y};\