update.
[chise/xemacs-chise.git.1] / src / nt.h
index 1362d92..60e6efd 100644 (file)
--- a/src/nt.h
+++ b/src/nt.h
@@ -27,6 +27,7 @@ Boston, MA 02111-1307, USA.  */
 #define INCLUDED_nt_h_
 
 #include "syswindows.h"
+#include "systime.h" /* because of struct utimbuf below */
 
 #ifdef DEBUG_XEMACS
 #define DebPrint(stuff) _DebPrint stuff
@@ -105,6 +106,7 @@ extern LPBYTE nt_get_resource (char * key, LPDWORD type);
 
 void set_process_dir (const char * dir);
 time_t convert_time (FILETIME ft);
+int mswindows_utime (Lisp_Object path, struct utimbuf *times);
 
 extern void init_ntproc (void);
 extern void term_ntproc (int unused);