Skip to content

Commit

Permalink
fix "unknown type name 'FILE'" error when configured with "--enable-n…
Browse files Browse the repository at this point in the history
…on-distributable"
  • Loading branch information
daniel committed Nov 16, 2023
1 parent 0daf0ee commit 0560070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/halcompile/command_line_flags/flags.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#error This is intended as a userspace component only.
#endif

#include <stdio.h>
#include <readline.h>

int main(int argc, char **argv)
Expand Down

0 comments on commit 0560070

Please sign in to comment.