diff options
author | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-05 16:09:16 +0100 |
---|---|---|
committer | Charlie Stanton <charlie@shtanton.xyz> | 2021-10-05 16:09:16 +0100 |
commit | fbcba2f689348fb723f8d33f3d8e2010e4864e85 (patch) | |
tree | 73467d2039fb0291a44225293119828b65c8c3da /cudl.h | |
parent | ca1c6cbf8e262e715805c065ea6ff165faa13ee8 (diff) | |
download | cudl-fbcba2f689348fb723f8d33f3d8e2010e4864e85.tar |
Add necessary includes to cudl.h
Diffstat (limited to 'cudl.h')
-rw-r--r-- | cudl.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |