diff options
| author | Felipe Boeira <felipe.boeira@liu.se> | 2019-01-11 14:26:35 +0100 |
|---|---|---|
| committer | Felipe Boeira <felipe.boeira@liu.se> | 2019-01-11 14:26:35 +0100 |
| commit | 8b423aa35f86fcdea5bc2c8598dde766052327e5 (patch) | |
| tree | 190e50f299b2eb3acd8ddce4984ec3bdc3af8723 /list.h | |
| parent | c5802b68b16fe8914c1d422332598d01ef364941 (diff) | |
| download | pintos-linked-list-8b423aa35f86fcdea5bc2c8598dde766052327e5.tar.gz | |
Fixed skeleton
Diffstat (limited to 'list.h')
| -rw-r--r-- | list.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ #ifndef __LIB_KERNEL_LIST_H #define __LIB_KERNEL_LIST_H +#include <stdlib.h> +#include <stdio.h> /* Doubly linked list. |
