Skip to content

Commit 27c97e3

Browse files
committed
Debian needs stdint.h in more places.
1 parent b17d987 commit 27c97e3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/bch.c

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
#include <stdio.h>
7878
#include <stdlib.h>
7979
#include <string.h>
80+
#include <stdint.h>
8081
#include "bch.h"
8182

8283
int init_bch(bch_t *bch, int m, int length, int t) {

src/eotd.c

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <ctype.h>
3636
#include <string.h>
37+
#include <stdint.h>
3738
#include <sys/time.h>
3839

3940
#include "textcolor.h"

0 commit comments

Comments
 (0)