Skip to content

Commit b5afe82

Browse files
authored
Merge pull request #111 from VectorCell/master
add stdint header for compilation in Raspbian
2 parents 0360e88 + 41a6aee commit b5afe82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

output/raw.c

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <stdio.h>
22
#include <stdlib.h>
3+
#include <stdint.h>
34

45

56
int print_raw_out(int bars, int fp, int is_bin, int bit_format, int ascii_range, char bar_delim, char frame_delim, int f[200]) {

0 commit comments

Comments
 (0)