1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Added missing <stdio.h> include.

This commit is contained in:
Nick Patavalis
2015-08-19 01:09:44 +03:00
parent 8fd1e4de41
commit 3bcde82912

1
fdio.c
View File

@ -23,6 +23,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
#include <errno.h>