aboutsummaryrefslogtreecommitdiffstats
path: root/list.h
diff options
context:
space:
mode:
authorFelipe Boeira <felipe.boeira@liu.se>2019-01-11 14:26:35 +0100
committerFelipe Boeira <felipe.boeira@liu.se>2019-01-11 14:26:35 +0100
commit8b423aa35f86fcdea5bc2c8598dde766052327e5 (patch)
tree190e50f299b2eb3acd8ddce4984ec3bdc3af8723 /list.h
parentc5802b68b16fe8914c1d422332598d01ef364941 (diff)
downloadpintos-linked-list-8b423aa35f86fcdea5bc2c8598dde766052327e5.tar.gz
Fixed skeleton
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.