[package] fix path to the md5 header in dsniff, patch from Russell Senior

git-svn-id: svn://svn.openwrt.org/openwrt/packages@16132 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-05-28 11:16:25 +00:00
parent d439b45ab5
commit a947d4d700

View File

@ -0,0 +1,12 @@
diff -ru dsniff-2.4/record.c dsniff-2.4-new/record.c
--- dsniff-2.4/record.c 2009-05-27 23:40:08.000000000 -0700
+++ dsniff-2.4-new/record.c 2009-05-27 23:39:53.000000000 -0700
@@ -14,7 +14,7 @@
#include <stdio.h>
#include <time.h>
-#include <md5.h>
+#include "missing/md5.h"
#include <gdbm.h>
#include <libnet.h>