<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Stanton <charlie@shtanton.xyz>2021-10-05 16:09:16 +0100
committerCharlie Stanton <charlie@shtanton.xyz>2021-10-05 16:09:16 +0100
commitfbcba2f689348fb723f8d33f3d8e2010e4864e85 (patch)
tree73467d2039fb0291a44225293119828b65c8c3da
parentca1c6cbf8e262e715805c065ea6ff165faa13ee8 (diff)
downloadcudl-fbcba2f689348fb723f8d33f3d8e2010e4864e85.tar
Add necessary includes to cudl.h
-rw-r--r--cudl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cudl.h b/cudl.h
index df69632..36d2365 100644
--- a/cudl.h
+++ b/cudl.h
@@ -1,6 +1,9 @@
#ifndef cudl_h_INCLUDED
#define cudl_h_INCLUDED
+#include <stdio.h>
+#include <stddef.h>
+
struct cudl_array_value {
struct cudl_value *values;
size_t length;