diff options
Diffstat (limited to 'sim/v850/simops.c')
-rw-r--r-- | sim/v850/simops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/v850/simops.c b/sim/v850/simops.c index 87868f5..38ec0a6 100644 --- a/sim/v850/simops.c +++ b/sim/v850/simops.c @@ -2,6 +2,8 @@ #include "v850_sim.h" #include "simops.h" +#include <sys/types.h> + #ifdef HAVE_UTIME_H #include <utime.h> #endif |