diff options
Diffstat (limited to 'comms/openobex/files/patch-src-netbuf.h')
-rw-r--r-- | comms/openobex/files/patch-src-netbuf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/openobex/files/patch-src-netbuf.h b/comms/openobex/files/patch-src-netbuf.h new file mode 100644 index 000000000000..cdf1d0c31600 --- /dev/null +++ b/comms/openobex/files/patch-src-netbuf.h @@ -0,0 +1,11 @@ +--- src/netbuf.h.orig Wed Oct 1 13:17:13 2003 ++++ src/netbuf.h Mon Mar 22 10:47:07 2004 +@@ -37,7 +37,7 @@ + #ifndef G_NETBUF_H + #define G_NETBUF_H + +-#include <stdint.h> ++#include <sys/types.h> + + typedef struct _slist_t{ + void *data; |