diff options
Diffstat (limited to 'libgloss/m68k/sim-print.c')
-rw-r--r-- | libgloss/m68k/sim-print.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libgloss/m68k/sim-print.c b/libgloss/m68k/sim-print.c index 18ca022..907c541 100644 --- a/libgloss/m68k/sim-print.c +++ b/libgloss/m68k/sim-print.c @@ -13,6 +13,8 @@ * they apply. */ +#include <unistd.h> + /* * print -- do a raw print of a string */ |