summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authorderaadt <>2001-12-22 09:10:14 +0000
committerderaadt <>2001-12-22 09:10:14 +0000
commit5113c8e6a6936c63d34f37486bd327f6f439209f (patch)
tree3c373d1eb1b010da2eaf0e2ac929fefd290bf1c9 /src/regress/lib
parentbfe794090e8e3b62162fd2d947146ec58befd39a (diff)
downloadopenbsd-5113c8e6a6936c63d34f37486bd327f6f439209f.tar.gz
openbsd-5113c8e6a6936c63d34f37486bd327f6f439209f.tar.bz2
openbsd-5113c8e6a6936c63d34f37486bd327f6f439209f.zip
add header
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libc/malloc/malloc0test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/malloc/malloc0test.c b/src/regress/lib/libc/malloc/malloc0test.c
index 5ca698aa50..459e42c985 100644
--- a/src/regress/lib/libc/malloc/malloc0test.c
+++ b/src/regress/lib/libc/malloc/malloc0test.c
@@ -1,3 +1,6 @@
1/*
2 * Public domain. 2001, Theo de Raadt
3 */
1#include <sys/types.h> 4#include <sys/types.h>
2#include <sys/signal.h> 5#include <sys/signal.h>
3#include <stdio.h> 6#include <stdio.h>