ntripclient: move to github
[packages.git] / net / dsniff / patches / 008-md5_include.patch
1 Index: dsniff-2.4/record.c
2 ===================================================================
3 --- dsniff-2.4.orig/record.c    2010-11-03 23:43:14.268000004 +0100
4 +++ dsniff-2.4/record.c 2010-11-03 23:43:16.947000004 +0100
5 @@ -14,7 +14,7 @@
6  
7  #include <stdio.h>
8  #include <time.h>
9 -#include <md5.h>
10 +#include "missing/md5.h"
11  #include <gdbm.h>
12  #include <libnet.h>
13