aboutsummaryrefslogtreecommitdiff
path: root/src/ungrateful.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ungrateful.c')
-rw-r--r--src/ungrateful.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/ungrateful.c b/src/ungrateful.c
index 61d8185..5031a45 100644
--- a/src/ungrateful.c
+++ b/src/ungrateful.c
@@ -1,13 +1,16 @@
#include "ungrateful.h"
+#if defined(OS_WINDOWS)
+#include <windows.h>
+#elif defined(OS_LINUX)
+#endif
+
#include "un_memory.c"
#include "un_strings.c"
+#include "un_wstrings.c"
#include "un_list.c"
#include "un_math.c"
#include "un_vec.c"
#include "un_vecd.c"
-#include "un_vecr.c"
-
-#include "un_splines.c"