diff options
Diffstat (limited to 'man3/fmemopen.3')
| -rw-r--r-- | man3/fmemopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index d7f5a383d4..4a3a16cf39 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -303,9 +303,9 @@ size=11; ptr=1 529 1849 .\" SRC BEGIN (fmemopen.c) .EX #define _GNU_SOURCE -#include <string.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #define handle_error(msg) \e do { perror(msg); exit(EXIT_FAILURE); } while (0) |
