aboutsummaryrefslogtreecommitdiff
path: root/win32/include/tcc
diff options
context:
space:
mode:
Diffstat (limited to 'win32/include/tcc')
-rw-r--r--win32/include/tcc/tcc_libm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/include/tcc/tcc_libm.h b/win32/include/tcc/tcc_libm.h
index c9a6ad1..44b96e2 100644
--- a/win32/include/tcc/tcc_libm.h
+++ b/win32/include/tcc/tcc_libm.h
@@ -1,7 +1,7 @@
#ifndef _TCC_LIBM_H_
#define _TCC_LIBM_H_
-#include "../include/math.h"
+#include "../math.h"
/* TCC uses 8 bytes for double and long double, so effectively the l variants
* are never used. For now, they just run the normal (double) variant.