diff options
Diffstat (limited to 'man3/fopencookie.3')
| -rw-r--r-- | man3/fopencookie.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index 68813b136d..d68ddacec4 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -289,11 +289,11 @@ closing a stream that has already been closed). .\" SRC BEGIN (fopencookie.c) .EX #define _GNU_SOURCE -#include <sys/types.h> #include <stdio.h> #include <stdlib.h> -#include <unistd.h> #include <string.h> +#include <sys/types.h> +#include <unistd.h> #define INIT_BUF_SIZE 4 |
