c_src: fix last update, _nitni.h s were referring to _nit.h from Nit src
[nit.git] / c_src / math._nitni.h
index 4f0d19a..0b3ad6a 100644 (file)
@@ -10,7 +10,7 @@ typedef struct s_Object{
 } Object;
 #endif
 
-#include ".././../lib/standard//math_nit.h"
+#include "math_nit.h"
 
 /* out/indirect function for math::Int::rand */
 val_t Int_rand___out( val_t recv );