aboutgitcodelistschat:MatrixIRC
path: root/cooker/cooker.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/cooker.h')
-rw-r--r--cooker/cooker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cooker/cooker.h b/cooker/cooker.h
index 82b24f7..8dcf93e 100644
--- a/cooker/cooker.h
+++ b/cooker/cooker.h
@@ -46,6 +46,7 @@ union desc {
union value {
int v_int;
uint32_t v_u32;
+ uint64_t v_u64;
long long v_num;
const char *v_str;
};