<- Back to shtanton's homepage
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;