diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-14 12:52:21 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2016-01-14 12:52:32 -0600 |
commit | f5e06bc55ab1717ddff8c21f00f48cfcba8cb4a7 (patch) | |
tree | 9b0c6da31da1dcbbbb7a32f30ad1825410e52666 /src/rc/is_newer_than.c | |
parent | e7ae08c38d4753d8d54a4ed60ca98794d85aadd9 (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_newer_than.c')
-rw-r--r-- | src/rc/is_newer_than.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/is_newer_than.c b/src/rc/is_newer_than.c index f1aa9d61..4093ea82 100644 --- a/src/rc/is_newer_than.c +++ b/src/rc/is_newer_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) |