diff options
Diffstat (limited to 'man3/strcat.3')
| -rw-r--r-- | man3/strcat.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/strcat.3 b/man3/strcat.3 index 6c719dc001..befd989bb0 100644 --- a/man3/strcat.3 +++ b/man3/strcat.3 @@ -194,9 +194,9 @@ will provide better performance.) .\" SRC BEGIN (strcat.c) .EX #include <stdint.h> +#include <stdio.h> #include <string.h> #include <time.h> -#include <stdio.h> int main(int argc, char *argv[]) |
