diff options
Diffstat (limited to 'man3/CPU_SET.3')
| -rw-r--r-- | man3/CPU_SET.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 4d0b269b36..968da2b39f 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -303,9 +303,10 @@ used for dynamically allocated CPU sets. .EX #define _GNU_SOURCE #include <sched.h> +#include <stdio.h> #include <stdlib.h> #include <unistd.h> -#include <stdio.h> + #include <assert.h> int |
