summaryrefslogtreecommitdiff
path: root/lib-src/ntlib.c
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-10-17 23:13:20 +0200
committerEli Zaretskii <eliz@gnu.org>2012-10-17 23:13:20 +0200
commit27067208fd133e8b9530aafe43b0eed13ec08c21 (patch)
tree149d3c3c30b31f973d512646efcbe83e6d8295b5 /lib-src/ntlib.c
parenta68089e4a4dd41c9b838d82d1d96d971b01398c8 (diff)
downloademacs-27067208fd133e8b9530aafe43b0eed13ec08c21.tar.gz
Avoid compiler warnings in lib-src/ntlib.c
src/ntlib.c: Include <mbstring.h>, to avoid compiler warning about _mbspbrk.
Diffstat (limited to 'lib-src/ntlib.c')
-rw-r--r--lib-src/ntlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/ntlib.c b/lib-src/ntlib.c
index feaad1c1bb7..4e125eb6d73 100644
--- a/lib-src/ntlib.c
+++ b/lib-src/ntlib.c
@@ -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"