summaryrefslogtreecommitdiff
path: root/security/ssdeep/files/patch-main.h
blob: ad3047967eb8c13dbb56d64289ac75363cd3ef3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- main.h.orig	Tue Oct 10 00:38:35 2006
+++ main.h	Tue Oct 10 00:38:55 2006
@@ -35,6 +35,9 @@
 #include <sys/mount.h>
 #endif
 
+#ifdef __FreeBSD__
+#include <libgen.h>
+#endif
 
 #define FALSE  0
 #define TRUE   1