opnsense-ports/emulators/vice/files/patch-dynlib.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;