summaryrefslogtreecommitdiff
path: root/test/test_sref_weakref.c
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2017-04-29 21:47:28 +0200
committerRichard Braun <rbraun@sceen.net>2017-04-29 21:59:03 +0200
commit5a048710ee9dd4112ec467da29fef27ef18b0876 (patch)
tree6998b99fc74d459c00d0e3bd2d50c56502c24be2 /test/test_sref_weakref.c
parentd78a948f0a1d8b7b3385944c736d7cffd8ca67a7 (diff)
New stdio.h standard header
Make kernel code obtain definitions for the printf family of functions through the inclusion of the standard stdio.h header.
Diffstat (limited to 'test/test_sref_weakref.c')
-rw-r--r--test/test_sref_weakref.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_sref_weakref.c b/test/test_sref_weakref.c
index 65918a1f..85d4cbec 100644
--- a/test/test_sref_weakref.c
+++ b/test/test_sref_weakref.c
@@ -33,6 +33,7 @@
*/
#include <stddef.h>
+#include <stdio.h>
#include <kern/error.h>
#include <kern/macros.h>