summaryrefslogtreecommitdiffstats
path: root/contrib/check_uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check_uptime.c')
-rw-r--r--contrib/check_uptime.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/check_uptime.c b/contrib/check_uptime.c
index 46a1b82..fe98123 100644
--- a/contrib/check_uptime.c
+++ b/contrib/check_uptime.c
@@ -21,10 +21,10 @@
21 * 21 *
22 *****************************************************************************/ 22 *****************************************************************************/
23 23
24#include "common/config.h" 24#include "config.h"
25#include "common/common.h" 25#include "common.h"
26#include "common/utils.h" 26#include "utils.h"
27#include "common/popen.h" 27#include "popen.h"
28 28
29int main(int argc, char **argv) 29int main(int argc, char **argv)
30{ 30{