Skip to content

Commit d0a81ec

Browse files
committed
Add stdio.h header for readline versions that need it.
1 parent ef5947d commit d0a81ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/halcompile/command_line_flags

tests/halcompile/command_line_flags/flags.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#error This is intended as a userspace component only.
1111
#endif
1212

13+
#include <stdio.h>
1314
#include <readline.h>
1415

1516
int main(int argc, char **argv)

0 commit comments

Comments
 (0)