Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/lua-winreg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/winreg.c')
-rw-r--r--src/winreg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/winreg.c b/src/winreg.c
index 775c158..ae1f3d9 100644
--- a/src/winreg.c
+++ b/src/winreg.c
@@ -2,6 +2,7 @@
# include <luamsvc.h>
#endif
+#include <stdlib.h> /* _ui64toa_s */
#include <assert.h>
#ifndef lua_assert
#define lua_assert assert