mirror of
https://github.com/micropython/micropython.git
synced 2026-01-08 13:10:21 +01:00
unix: Add missing stdio.h header for readline.
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
Reference in New Issue
Block a user