diff options
| author | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2023-01-30 00:05:53 +0000 |
| commit | 798b1dc391f424868f5f4bac8937c191ed4716b8 (patch) | |
| tree | 44269b4f29b8c6762657e12a02ac33063b665461 /lib/kprintf.c | |
| parent | fba7a0f3cde6217235663fcfb300b63cb8d7c2df (diff) | |
headers moved around
Diffstat (limited to 'lib/kprintf.c')
| -rw-r--r-- | lib/kprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kprintf.c b/lib/kprintf.c index 18ae42c..3d803f6 100644 --- a/lib/kprintf.c +++ b/lib/kprintf.c @@ -1,4 +1,4 @@ -#include <kstdio.h> +#include <lib/kstdio.h> #include <stddef.h> #include <stdint.h> #include <stdbool.h> |
