1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* editfns.c: #include <sys/types.h>, to get time_t for Eggert's

changes.
This commit is contained in:
Jim Blandy 1993-05-22 21:45:31 +00:00
parent c6c5df7f76
commit 738429d120

View File

@ -18,6 +18,8 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/types.h>
#include "config.h"
#ifdef VMS