aboutsummaryrefslogtreecommitdiff
path: root/procps/sysctl.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-02 20:56:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-06-02 20:56:16 +0000
commite15d7573a1263fb364d1678c3a46be47a8b5e5ea (patch)
tree09e7b482b38ac571a01e936fb91df16dd1eeef42 /procps/sysctl.c
parentecae66ac16338d8cddb55e1782ebd8c5f670ff53 (diff)
downloadbusybox-w32-e15d7573a1263fb364d1678c3a46be47a8b5e5ea.tar.gz
busybox-w32-e15d7573a1263fb364d1678c3a46be47a8b5e5ea.tar.bz2
busybox-w32-e15d7573a1263fb364d1678c3a46be47a8b5e5ea.zip
- move #include busybox.h to the very top so we pull in the config
and eventual platform specific includes in early.
Diffstat (limited to 'procps/sysctl.c')
-rw-r--r--procps/sysctl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/procps/sysctl.c b/procps/sysctl.c
index 125f13207..5673d293f 100644
--- a/procps/sysctl.c
+++ b/procps/sysctl.c
@@ -1,4 +1,4 @@
1 1/* vi: set sw=4 ts=4: */
2/* 2/*
3 * Sysctl 1.01 - A utility to read and manipulate the sysctl parameters 3 * Sysctl 1.01 - A utility to read and manipulate the sysctl parameters
4 * 4 *
@@ -14,6 +14,7 @@
14 * 14 *
15 */ 15 */
16 16
17#include "busybox.h"
17#include <stdio.h> 18#include <stdio.h>
18#include <stdlib.h> 19#include <stdlib.h>
19#include <unistd.h> 20#include <unistd.h>
@@ -23,7 +24,6 @@
23#include <string.h> 24#include <string.h>
24#include <errno.h> 25#include <errno.h>
25#include <fcntl.h> 26#include <fcntl.h>
26#include "busybox.h"
27 27
28/* 28/*
29 * Function Prototypes 29 * Function Prototypes