* ser-e7kpc.c: Include <time.h> if it is available.
[deliverable/binutils-gdb.git] / gdb / ser-e7kpc.c
index cd1485c2266b3e7f6666d2d97285c21dae3009fc..fd3252db83034ecedd5cb260e239daf807031772 100644 (file)
 #include <sys/dos.h>
 #endif
 
+#ifdef HAVE_TIME_H
+#include <time.h>
+#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);
This page took 0.034053 seconds and 4 git commands to generate.