aboutsummaryrefslogtreecommitdiff
path: root/libf2c/libU77/gmtime_.c
diff options
context:
space:
mode:
Diffstat (limited to 'libf2c/libU77/gmtime_.c')
-rw-r--r--libf2c/libU77/gmtime_.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libf2c/libU77/gmtime_.c b/libf2c/libU77/gmtime_.c
index 63ad871bbd0..8036b5aabe4 100644
--- a/libf2c/libU77/gmtime_.c
+++ b/libf2c/libU77/gmtime_.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 2001 Free Software Foundation, Inc.
This file is part of GNU Fortran libU77 library.
This library is free software; you can redistribute it and/or modify it
@@ -19,6 +19,7 @@ Boston, MA 02111-1307, USA. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#include <sys/types.h>
/* fixme: do we need to use TM_IN_SYS_TIME? */
#if TIME_WITH_SYS_TIME
# include <sys/time.h>