]> code.delx.au - gnu-emacs/blobdiff - lib-src/ntlib.c
* variables.texi (File Local Variables): Fix reference.
[gnu-emacs] / lib-src / ntlib.c
index feaad1c1bb7b591a509755ef53c4136565daca25..f43117457cb1de29b8f065ce0f13820b84abef8d 100644 (file)
@@ -1,6 +1,6 @@
 /* Utility and Unix shadow routines for GNU Emacs support programs on NT.
 
-Copyright (C) 1994, 2001-2012 Free Software Foundation, Inc.
+Copyright (C) 1994, 2001-2013 Free Software Foundation, Inc.
 
 Author: Geoff Voelker (voelker@cs.washington.edu)
 Created: 10-8-94
@@ -30,6 +30,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <errno.h>
 #include <ctype.h>
 #include <sys/timeb.h>
+#include <mbstring.h>
 
 #include "ntlib.h"