aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-22 21:45:31 +0000
committerJim Blandy1993-05-22 21:45:31 +0000
commit738429d120b11cc60687f1ffc3a85427397348ea (patch)
tree8040ec8d02ca6f710039d2833ab366f8659d1455 /src
parentc6c5df7f76ab65b485bf110a8c5fcbdbd56d36af (diff)
downloademacs-738429d120b11cc60687f1ffc3a85427397348ea.tar.gz
emacs-738429d120b11cc60687f1ffc3a85427397348ea.zip
* editfns.c: #include <sys/types.h>, to get time_t for Eggert's
changes.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index c3fdce29a5d..352892199ed 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21#include <sys/types.h>
22
21#include "config.h" 23#include "config.h"
22 24
23#ifdef VMS 25#ifdef VMS