forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
246 B
C
11 lines
246 B
C
--- src/arch/unix/dynlib.c.orig 2009-10-21 18:46:46.000000000 +0200
|
|
+++ src/arch/unix/dynlib.c 2009-12-25 19:00:10.000000000 +0100
|
|
@@ -51,6 +51,8 @@
|
|
|
|
#else
|
|
|
|
+#include <string.h>
|
|
+
|
|
void *vice_dynlib_open(const char *name)
|
|
{
|
|
return NULL;
|