aboutsummaryrefslogtreecommitdiff
path: root/src/rc/do_value.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-14 12:52:21 -0600
committerWilliam Hubbs <w.d.hubbs@gmail.com>2016-01-14 12:52:32 -0600
commitf5e06bc55ab1717ddff8c21f00f48cfcba8cb4a7 (patch)
tree9b0c6da31da1dcbbbb7a32f30ad1825410e52666 /src/rc/do_value.c
parente7ae08c38d4753d8d54a4ed60ca98794d85aadd9 (diff)
include rc.h properly in source files
We were attempting to include rc.h in rc-misc.h instead of the source files where it should be included.
Diffstat (limited to 'src/rc/do_value.c')
-rw-r--r--src/rc/do_value.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/do_value.c b/src/rc/do_value.c
index a511afd9..e6aa3ef0 100644
--- a/src/rc/do_value.c
+++ b/src/rc/do_value.c
@@ -28,6 +28,7 @@
#include <unistd.h>
#include "einfo.h"
+#include "rc.h"
#include "rc-misc.h"
const char *applet = NULL;