mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
direct: need stdio.h for readline
This commit is contained in:
parent
305e8fceea
commit
3a7306e1d2
@ -1,5 +1,6 @@
|
||||
#include "version.h"
|
||||
#include "builddef.h"
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user