forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
13 lines
307 B
C
13 lines
307 B
C
--- src/handlers.c.orig Mon Feb 23 01:42:46 2004
|
|
+++ src/handlers.c Wed Jun 16 20:13:06 2004
|
|
@@ -7,6 +7,10 @@
|
|
#include "node.h"
|
|
#include "opts.h"
|
|
#include "wl.h"
|
|
+#if defined(__FreeBSD__)
|
|
+#include "libgen.h"
|
|
+#endif
|
|
+
|
|
extern struct arguments_t arguments;
|
|
struct handler_t handlers[FC_HANDLER_MAX]=
|
|
{
|