Add missing includes noticed by s
This commit is contained in:
parent
c272beda05
commit
60c28edffd
|
@ -9,6 +9,8 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
#include <getopt.h>
|
||||||
|
|
||||||
#define CRC_CNT 7
|
#define CRC_CNT 7
|
||||||
#define CRC_T uint32_t
|
#define CRC_T uint32_t
|
||||||
|
|
Loading…
Reference in New Issue