diff options
Diffstat (limited to 'net/driftnet/files/patch-img.h')
-rw-r--r-- | net/driftnet/files/patch-img.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/driftnet/files/patch-img.h b/net/driftnet/files/patch-img.h new file mode 100644 index 000000000000..9d05f872be69 --- /dev/null +++ b/net/driftnet/files/patch-img.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- img.h.orig Tue Sep 11 11:34:56 2001 ++++ img.h Fri Mar 1 00:01:34 2002 +@@ -12,7 +12,7 @@ + #ifndef __IMG_H_ /* include guard */ + #define __IMG_H_ + +-#include <stdint.h> ++#include <sys/types.h> + #include <stdio.h> + + typedef uint8_t chan; |