diff options
Diffstat (limited to 'iconv/dummy-repertoire.c')
-rw-r--r-- | iconv/dummy-repertoire.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/iconv/dummy-repertoire.c b/iconv/dummy-repertoire.c index b32a754783..a7ca1f017b 100644 --- a/iconv/dummy-repertoire.c +++ b/iconv/dummy-repertoire.c @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include <stdint.h> + /* For iconv we don't have to handle repertoire maps. Provide dummy definitions to allow the use of linereader.c unchanged. */ #include <repertoire.h> |