summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/atexit/atexit_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/atexit/atexit_test.c')
-rw-r--r--src/regress/lib/libc/atexit/atexit_test.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/regress/lib/libc/atexit/atexit_test.c b/src/regress/lib/libc/atexit/atexit_test.c
index e1ea82f827..b060a9b341 100644
--- a/src/regress/lib/libc/atexit/atexit_test.c
+++ b/src/regress/lib/libc/atexit/atexit_test.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: atexit_test.c,v 1.8 2015/10/25 04:11:00 guenther Exp $ */ 1/* $OpenBSD: atexit_test.c,v 1.9 2017/07/27 15:08:37 bluhm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2002 Daniel Hartmeier 4 * Copyright (c) 2002 Daniel Hartmeier
@@ -39,6 +39,9 @@
39#include <string.h> 39#include <string.h>
40#include <signal.h> 40#include <signal.h>
41#include <unistd.h> 41#include <unistd.h>
42
43#include "include/namespace.h"
44#include "hidden/stdlib.h"
42#include "stdlib/atexit.h" 45#include "stdlib/atexit.h"
43 46
44void handle_first(void); 47void handle_first(void);