direct: need stdio.h for readline

This commit is contained in:
nick black 2021-08-05 01:30:40 -04:00
parent 305e8fceea
commit 3a7306e1d2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1,5 +1,6 @@
#include "version.h"
#include "builddef.h"
#include <stdio.h>
#include <fcntl.h>
#include <errno.h>
#include <string.h>