diff options
Diffstat (limited to 'checksum.h')
| -rw-r--r-- | checksum.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ #ifndef CHECKSUM_H #define CHECKSUM_H +#include <stddef.h> +#include <stdint.h> + struct udphdr; struct icmphdr; struct icmp6hdr; |
