mirror of https://github.com/wb2osz/direwolf.git
Debian needs stdint.h in more places.
This commit is contained in:
parent
b17d987368
commit
27c97e3e2e
|
@ -77,6 +77,7 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include "bch.h"
|
#include "bch.h"
|
||||||
|
|
||||||
int init_bch(bch_t *bch, int m, int length, int t) {
|
int init_bch(bch_t *bch, int m, int length, int t) {
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
|
||||||
#include "textcolor.h"
|
#include "textcolor.h"
|
||||||
|
|
Loading…
Reference in New Issue