]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - misc-utils/procs.c
Imported from util-linux-2.10s tarball.
[thirdparty/util-linux.git] / misc-utils / procs.c
index 715d9fb09937d77bd0b0f068c52d03e22d2d35a7..3f52387de7a4869b6bd9ec23f466260847fac6ad 100644 (file)
 
 #define _POSIX_SOURCE 1
 
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <dirent.h>
 #include <ctype.h>
 #include <unistd.h>
-#include <sys/types.h>
-#include <sys/stat.h>
 #include "kill.h"
 
 extern char *mybasename (char *);