1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).

This commit is contained in:
Ryan S. Arnold
2013-05-01 10:46:34 -05:00
parent 8c75f67421
commit e054f49430
220 changed files with 528 additions and 12 deletions

View File

@@ -19,6 +19,7 @@
#include "thread_dbP.h"
#include <byteswap.h>
#include <assert.h>
#include <stdint.h>
td_err_e
_td_check_sizeof (td_thragent_t *ta, uint32_t *sizep, int sizep_name)