summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 581c8cce7..20261bdc1 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -1,11 +1,11 @@
/* stdlib.h */
+#ifndef __STDLIB_H
+#define __STDLIB_H
+
#include <features.h>
#include <sys/types.h>
#include <limits.h>
-#ifndef __STDLIB_H
-#define __STDLIB_H
-
/* Don't overwrite user definitions of NULL */
#ifndef NULL
#define NULL ((void *) 0)