Debian needs stdint.h in more places.

This commit is contained in:
David E. Tiller 2022-04-05 21:30:11 -04:00
parent b17d987368
commit 27c97e3e2e
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "bch.h"
int init_bch(bch_t *bch, int m, int length, int t) {

View File

@ -34,6 +34,7 @@
#include <assert.h>
#include <ctype.h>
#include <string.h>
#include <stdint.h>
#include <sys/time.h>
#include "textcolor.h"