mirror of
https://git.freebsd.org/ports.git
synced 2025-05-27 08:26:27 -04:00
12 lines
216 B
C
12 lines
216 B
C
--- 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
|