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 <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include "bch.h"
|
||||
|
||||
int init_bch(bch_t *bch, int m, int length, int t) {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "textcolor.h"
|
||||
|
|
Loading…
Reference in New Issue