direct: need stdio.h for readline

pull/1978/head
nick black 3 years ago
parent 305e8fceea
commit 3a7306e1d2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save