Include stdint.h in regex.c

It seems stdint.h gets included automatically in windows builds.
This commit is contained in:
Bill Currie 2013-01-22 14:23:55 +09:00
parent e27d7cbd2d
commit 47c2d3cb2c

View file

@ -28,6 +28,7 @@
/* We need this for `regex.h', and perhaps for the Emacs include files. */
#include <sys/types.h>
#include <stdint.h>
#ifdef HAVE_CONFIG_H
#include "config.h"