* rdi-share/devsw.c: Include <time.h> for struct tm
authorJonathan Larmour <jifl@eCosCentric.com>
Thu, 3 May 2001 13:42:12 +0000 (13:42 +0000)
committerJonathan Larmour <jifl@eCosCentric.com>
Thu, 3 May 2001 13:42:12 +0000 (13:42 +0000)
gdb/ChangeLog
gdb/rdi-share/devsw.c

index b5829fae96d95726f065bef212fcb9d7ef27b8d6..5d09573547dc2619c5c1d16c66fdc6edb157b204 100644 (file)
@@ -1,3 +1,7 @@
+2001-05-03  Jonathan Larmour  <jlarmour@redhat.com>
+
+       * rdi-share/devsw.c: Include <time.h> for struct tm
+
 2001-05-03  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * config/djgpp/fnchange.lst: Add mappings for the new
index 58c0bfed8238d8a8b4661a2f8b75034958b61271..6be57aea93442f92aa6feb72f114f6bef270282a 100644 (file)
@@ -16,6 +16,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <fcntl.h>
+#include <time.h>
 
 #include "adp.h"
 #include "sys.h"