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

View File

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