comparison src/editfns.c @ 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 37503f466755
children 6fe71a039fce
comparison
equal deleted inserted replaced
2961:e94a593c3952 2962:79314d830f7d
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20
21 #include <sys/types.h>
20 22
21 #include "config.h" 23 #include "config.h"
22 24
23 #ifdef VMS 25 #ifdef VMS
24 #include "vms-pwd.h" 26 #include "vms-pwd.h"