Add missing includes noticed by s

This commit is contained in:
Stefan `Sec` Zehl 2011-06-09 14:01:13 +02:00
parent c272beda05
commit 60c28edffd
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <getopt.h>
#define CRC_CNT 7
#define CRC_T uint32_t