Skip to content

Commit

Permalink
fix(sample): include stdio header in readline C code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin committed Aug 31, 2024
1 parent c5f31c9 commit b7a65ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/FFI-readline/readline_glue/idris_readline.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <stdio.h>
#include <readline/readline.h>
#include <string.h>
#include <stdlib.h>
Expand Down

0 comments on commit b7a65ec

Please sign in to comment.