mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-07 13:28:05 +08:00
assert/test-assert-2.c: Include <unistd.h>
For _exit declaration.
This commit is contained in:
parent
9306aef356
commit
fd30525ead
@ -27,6 +27,7 @@
|
|||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user