aboutsummaryrefslogtreecommitdiffstats
path: root/list.h
diff options
context:
space:
mode:
Diffstat (limited to 'list.h')
-rw-r--r--list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.h b/list.h
index b42ad32..8e7c3f5 100644
--- a/list.h
+++ b/list.h
@@ -1,5 +1,7 @@
#ifndef __LIB_KERNEL_LIST_H
#define __LIB_KERNEL_LIST_H
+#include <stdlib.h>
+#include <stdio.h>
/* Doubly linked list.