unix: Add missing stdio.h header for readline.

This commit is contained in:
Damien George 2014-05-07 15:33:15 +01:00
parent c35e53436b
commit 7c6c843965
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
* THE SOFTWARE.
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>