summaryrefslogtreecommitdiff
path: root/src/commonlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/commonlib')
-rw-r--r--src/commonlib/include/commonlib/list.h1
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;