diff options
Diffstat (limited to 'api/int.c')
-rw-r--r-- | api/int.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #include <stdlib.h> -#include "../src/util.h" +#include "common/str.h" #include "int.h" UwUVMValue uwuint_create(int value) |