Skip to content
Snippets Groups Projects
Commit f26a767f authored by rswindell's avatar rswindell
Browse files

Include stddef.h for size_t definition.

parent 7d14433c
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#define _STR_LIST_H #define _STR_LIST_H
#include <stdio.h> /* FILE */ #include <stdio.h> /* FILE */
#include <stddef.h> /* size_t */
#include "gen_defs.h" #include "gen_defs.h"
#if defined(__cplusplus) #if defined(__cplusplus)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment