aboutsummaryrefslogtreecommitdiff
path: root/src/rc/is_older_than.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/is_older_than.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/is_older_than.c')
-rw-r--r--src/rc/is_older_than.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/is_older_than.c b/src/rc/is_older_than.c
index 87d56414..aea5377e 100644
--- a/src/rc/is_older_than.c
+++ b/src/rc/is_older_than.c
@@ -15,6 +15,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include "rc.h"
#include "rc-misc.h"
int main(int argc, char **argv)