aboutsummaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorRobert Millan <rmh@FreeBSD.org>2012-04-30 23:12:16 +0000
committerRobert Millan <rmh@FreeBSD.org>2012-04-30 23:12:16 +0000
commite851fbe3de003aceab88e5153a057cd786613c7f (patch)
treefb6b46c08fcc6c4e9f4b16c8afc6483d5d830726 /cddl
parentb3f67bed164ec85ba6d718b4c637668b6e0b2417 (diff)
Notes
Diffstat (limited to 'cddl')
-rw-r--r--cddl/compat/opensolaris/include/stdlib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cddl/compat/opensolaris/include/stdlib.h b/cddl/compat/opensolaris/include/stdlib.h
index 4e21ea6280ae..9ba32322c03b 100644
--- a/cddl/compat/opensolaris/include/stdlib.h
+++ b/cddl/compat/opensolaris/include/stdlib.h
@@ -27,11 +27,11 @@
*
*/
+#include_next <stdlib.h>
+
#ifndef _COMPAT_OPENSOLARIS_STDLIB_H_
#define _COMPAT_OPENSOLARIS_STDLIB_H_
-#include_next <stdlib.h>
-
#define getexecname getprogname
#endif