aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rc-update/rc-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc-update/rc-update.c b/src/rc-update/rc-update.c
index a6dea354..64d781a5 100644
--- a/src/rc-update/rc-update.c
+++ b/src/rc-update/rc-update.c
@@ -17,7 +17,6 @@
#include <errno.h>
#include <getopt.h>
-#include <limits.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
@@ -29,6 +28,7 @@
#include "rc.h"
#include "misc.h"
#include "_usage.h"
+#include "helpers.h"
const char *applet = NULL;
const char *extraopts = NULL;