X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fser-e7kpc.c;h=fd3252db83034ecedd5cb260e239daf807031772;hb=cd96dfc9156248f614178b4dd238bb8503a88891;hp=cd1485c2266b3e7f6666d2d97285c21dae3009fc;hpb=e374b601304dd4b4605d36ad5a0fb90ee2a46dc6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ser-e7kpc.c b/gdb/ser-e7kpc.c index cd1485c226..fd3252db83 100644 --- a/gdb/ser-e7kpc.c +++ b/gdb/ser-e7kpc.c @@ -33,6 +33,10 @@ #include #endif +#ifdef HAVE_TIME_H +#include +#endif + static int e7000pc_open (struct serial *scb, const char *name); static void e7000pc_raw (struct serial *scb); static int e7000pc_readchar (struct serial *scb, int timeout);