diff options
author | Alex Auvolat <alex@adnab.me> | 2015-03-14 17:20:17 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2015-03-14 17:20:17 +0100 |
commit | 03cc6fc2b52e97790ec7685020e533d909424614 (patch) | |
tree | db4f43722b36f7f6bce5db4f64b0359d25cc1905 /src/lib | |
parent | 3e2a3170501fb02b5b46a342c47d2ba8b1a6e244 (diff) | |
download | kogata-03cc6fc2b52e97790ec7685020e533d909424614.tar.gz kogata-03cc6fc2b52e97790ec7685020e533d909424614.zip |
Adjustments in region allocation code (fix first_bigger ??)
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/include/stdio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/include/stdio.h b/src/lib/include/stdio.h index b51bee4..a0d741f 100644 --- a/src/lib/include/stdio.h +++ b/src/lib/include/stdio.h @@ -1,8 +1,8 @@ #pragma once -#include <stddef.h> #include <stdarg.h> -#include <stdint.h> + +#include <syscall.h> extern fd_t stdio; |