* simops.c: Include <sys/types.h>.

This commit is contained in:
Mark Kettenis 2004-01-18 14:56:40 +00:00
parent 31bb40e4c3
commit 4389ce38f0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-01-18 Mark Kettenis <kettenis@gnu.org>
* simops.c: Include <sys/types.h>.
2003-09-05 Andrew Cagney <cagney@redhat.com>
Nick Clifton <nickc@redhat.com>

View File

@ -2,6 +2,8 @@
#include "v850_sim.h"
#include "simops.h"
#include <sys/types.h>
#ifdef HAVE_UTIME_H
#include <utime.h>
#endif