Include header for size_t in nclist.h

This commit is contained in:
Peter Hill 2023-11-27 09:22:29 +00:00
parent 0c6fd78251
commit 99f5ec3f24
No known key found for this signature in database
GPG Key ID: 0C6B9742E72848EE

View File

@ -4,6 +4,7 @@
#define NCLIST_H 1
#include "ncexternl.h"
#include <stddef.h>
/* Define the type of the elements in the list*/