* rdi-share/devsw.c: Include <time.h> for struct tm

This commit is contained in:
Jonathan Larmour
2001-05-03 13:42:12 +00:00
parent 8d34114297
commit 31e28849ee
2 changed files with 5 additions and 0 deletions

View 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

View File

@@ -16,6 +16,7 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <time.h>
#include "adp.h"
#include "sys.h"