]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/sysctl.2
Various pages: EXAMPLES: sort includes alphabetically
[thirdparty/man-pages.git] / man2 / sysctl.2
index 86a4f6cd11ff199b41be48d88faf941c26e6c698..b6459d55164df25b4a3d32a455c4c20fee91ed9e 100644 (file)
@@ -115,11 +115,12 @@ It is not yet possible to change operating system by writing to
 .\" SRC BEGIN (sysctl.c)
 .EX
 #define _GNU_SOURCE
-#include <unistd.h>
-#include <sys/syscall.h>
-#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
+#include <sys/syscall.h>
+#include <unistd.h>
+
 #include <linux/sysctl.h>
 
 int _sysctl(struct __sysctl_args *args );