Avoid compiler warnings in lib-src/ntlib.c

src/ntlib.c: Include <mbstring.h>, to avoid compiler warning about
 _mbspbrk.
This commit is contained in:
Eli Zaretskii 2012-10-17 23:13:20 +02:00
parent a68089e4a4
commit 27067208fd
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-10-17 Eli Zaretskii <eliz@gnu.org>
* ntlib.c: Include <mbstring.h>, to avoid compiler warning about
_mbspbrk.
2012-10-08 Eli Zaretskii <eliz@gnu.org>
* makefile.w32-in (obj): Add cygw32.o.

View file

@ -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"