summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>