Skip to content

Commit 7c6c843

Browse files
committed
unix: Add missing stdio.h header for readline.
1 parent c35e534 commit 7c6c843

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

unix/input.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
* THE SOFTWARE.
2525
*/
2626

27+
#include <stdio.h>
2728
#include <stdint.h>
2829
#include <stdlib.h>
2930
#include <string.h>

0 commit comments

Comments
 (0)