summaryrefslogtreecommitdiff
path: root/src/waffle/core/wcore_attrib_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/waffle/core/wcore_attrib_list.h')
-rw-r--r--src/waffle/core/wcore_attrib_list.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/waffle/core/wcore_attrib_list.h b/src/waffle/core/wcore_attrib_list.h
index 8339578..15bd8ba 100644
--- a/src/waffle/core/wcore_attrib_list.h
+++ b/src/waffle/core/wcore_attrib_list.h
@@ -26,9 +26,10 @@
#pragma once
#include <stdbool.h>
+#include <stddef.h>
#include <stdint.h>
-int32_t
+size_t
wcore_attrib_list32_length(const int32_t attrib_list[]);
bool