diff options
Diffstat (limited to 'comms/openobex/patches/patch-ad')
-rw-r--r-- | comms/openobex/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/openobex/patches/patch-ad b/comms/openobex/patches/patch-ad new file mode 100644 index 00000000000..74ee19c1b3e --- /dev/null +++ b/comms/openobex/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2006/07/02 18:16:53 xtraeme Exp $ + +--- src/obex_object.c.orig 2006-07-02 18:56:59.000000000 +0200 ++++ src/obex_object.c 2006-07-02 18:57:10.000000000 +0200 +@@ -33,6 +33,7 @@ + #endif + + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + + #include "obex_main.h" |