diff options
Diffstat (limited to 'test/RCS/implicit.py')
-rw-r--r-- | test/RCS/implicit.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/RCS/implicit.py b/test/RCS/implicit.py index 362f15a..3223901 100644 --- a/test/RCS/implicit.py +++ b/test/RCS/implicit.py @@ -49,6 +49,8 @@ if not co: test.subdir('RCS') test.write('foo.c', """\ +#include <stdio.h> + #include "foo.h" int main(int argc, char *argv[]) { |