blob: 969e6741c4ebb7a97e44d92c45db779380d55cac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- crc.c.orig 2003-01-10 22:19:35 UTC
+++ crc.c
@@ -25,7 +25,7 @@
#include <stdio.h>
#include <stdlib.h>
-
+#include <sys/types.h>
#include "crc.h"
static const u_int32_t crctab[256] = {
|