diff options
Diffstat (limited to 'src/commonlib')
-rw-r--r-- | src/commonlib/include/commonlib/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commonlib/include/commonlib/list.h b/src/commonlib/include/commonlib/list.h index 6c8a5d2cbb..970d68ea49 100644 --- a/src/commonlib/include/commonlib/list.h +++ b/src/commonlib/include/commonlib/list.h @@ -5,6 +5,7 @@ #define __COMMONLIB_LIST_H__ #include <commonlib/helpers.h> +#include <stdint.h> struct list_node { struct list_node *next; |