summaryrefslogtreecommitdiff
path: root/src/stdlib/EXIT_FAILURE.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdlib/EXIT_FAILURE.c')
-rw-r--r--src/stdlib/EXIT_FAILURE.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/stdlib/EXIT_FAILURE.c b/src/stdlib/EXIT_FAILURE.c
index 4558c660..14d28dc0 100644
--- a/src/stdlib/EXIT_FAILURE.c
+++ b/src/stdlib/EXIT_FAILURE.c
@@ -1,9 +1,7 @@
-#include <stdlib.h>
+#define EXIT_FAILURE (1)
/** unsuccessful program termination **/
-#define EXIT_FAILURE (1)
-
/***
is used as the ARGUMENT(status) argument to FUNCTION(exit) or FUNCTION(_Exit),
or the return value from FUNCTION(main), to indicate that the program is