diff options
Diffstat (limited to 'posix/tst-regex.c')
-rw-r--r-- | posix/tst-regex.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/posix/tst-regex.c b/posix/tst-regex.c index 112acf02f2..df2c108be5 100644 --- a/posix/tst-regex.c +++ b/posix/tst-regex.c @@ -15,9 +15,6 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <spawn.h> -#include "spawn_int.h" - #include <assert.h> #include <errno.h> #include <error.h> @@ -26,6 +23,7 @@ #include <iconv.h> #include <locale.h> #include <mcheck.h> +#include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |