diff options
author | imp <imp@FreeBSD.org> | 2003-08-22 02:22:59 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2003-08-22 02:22:59 +0000 |
commit | 6ff48acf086d689c2d10a6aecf71e05a04658ff5 (patch) | |
tree | 6077d452263c7419f935c3f3e9948efbf842f9c1 /libexec/rtld-elf | |
parent | 4d50daca40ae383706833b54b02842be8c574758 (diff) | |
download | FreeBSD-src-6ff48acf086d689c2d10a6aecf71e05a04658ff5.zip FreeBSD-src-6ff48acf086d689c2d10a6aecf71e05a04658ff5.tar.gz |
Very minor style nit: sort include files alphabetically.
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r-- | libexec/rtld-elf/malloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/malloc.c b/libexec/rtld-elf/malloc.c index c93531e..2fe69a7 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> |