changeset 2962:79314d830f7d

* editfns.c: #include <sys/types.h>, to get time_t for Eggert's changes.
author Jim Blandy <jimb@redhat.com>
date Sat, 22 May 1993 21:45:31 +0000
parents e94a593c3952
children 3bba63e62e58
files src/editfns.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Sat May 22 21:34:42 1993 +0000
+++ b/src/editfns.c	Sat May 22 21:45:31 1993 +0000
@@ -18,6 +18,8 @@
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
+#include <sys/types.h>
+
 #include "config.h"
 
 #ifdef VMS