diff options
-rw-r--r-- | libgloss/ft32/sim-inbyte.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgloss/ft32/sim-inbyte.c b/libgloss/ft32/sim-inbyte.c index 9df0e1f..f56890d 100644 --- a/libgloss/ft32/sim-inbyte.c +++ b/libgloss/ft32/sim-inbyte.c @@ -13,6 +13,7 @@ * the new terms are clearly indicated on the first page of each file where * they apply. */ +#include <unistd.h> int inbyte () |