packages/net/dsniff/patches/008-md5_include.patch
florian a947d4d700 [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
2009-05-28 11:16:25 +00:00

13 lines
334 B
Diff

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>