summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-08-22 02:22:59 +0000
committerWarner Losh <imp@FreeBSD.org>2003-08-22 02:22:59 +0000
commit566ef09073e1467debf7c0b776a2dce66da00324 (patch)
tree6077d452263c7419f935c3f3e9948efbf842f9c1 /libexec
parent4ccbfbeb64ba5198b1d970149973d9a12bd10ab5 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c
index c93531e7d66d..2fe69a78b22e 100644
--- a/libexec/rtld-elf/malloc.c
+++ b/libexec/rtld-elf/malloc.c
@@ -51,10 +51,10 @@ static char *rcsid = "$FreeBSD$";
#include <err.h>
#include <paths.h>
#include <stdarg.h>
+#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stddef.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/mman.h>