unix: Add missing stdio.h header for readline.

pull/584/head
Damien George 2014-05-07 15:33:15 +01:00
rodzic c35e53436b
commit 7c6c843965
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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