summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Tapset_Reference/docproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/SystemTap_Tapset_Reference/docproc.c')
-rw-r--r--doc/SystemTap_Tapset_Reference/docproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SystemTap_Tapset_Reference/docproc.c b/doc/SystemTap_Tapset_Reference/docproc.c
index 35bdc68b..840d1df7 100644
--- a/doc/SystemTap_Tapset_Reference/docproc.c
+++ b/doc/SystemTap_Tapset_Reference/docproc.c
@@ -35,13 +35,13 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <unistd.h>
#include <limits.h>
-#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/types.h>
+#include <stdlib.h>
/* exitstatus is used to keep track of any failing calls to kernel-doc,
* but execution continues. */