diff options
Diffstat (limited to 'meta/packages/opkg/opkg-0.1.8/headerfix.patch')
| -rw-r--r-- | meta/packages/opkg/opkg-0.1.8/headerfix.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/packages/opkg/opkg-0.1.8/headerfix.patch b/meta/packages/opkg/opkg-0.1.8/headerfix.patch new file mode 100644 index 0000000000..d0711ecd0e --- /dev/null +++ b/meta/packages/opkg/opkg-0.1.8/headerfix.patch | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | Without this, the FILE reference in this header can cause compile issues. | ||
| 2 | |||
| 3 | RP - 29/1/10 | ||
| 4 | |||
| 5 | Index: trunk/libopkg/pkg_dest.h | ||
| 6 | =================================================================== | ||
| 7 | --- trunk.orig/libopkg/pkg_dest.h 2010-01-29 09:37:22.000000000 +0000 | ||
| 8 | +++ trunk/libopkg/pkg_dest.h 2010-01-29 09:37:33.000000000 +0000 | ||
| 9 | @@ -18,6 +18,8 @@ | ||
| 10 | #ifndef PKG_DEST_H | ||
| 11 | #define PKG_DEST_H | ||
| 12 | |||
| 13 | +#include <stdio.h> | ||
| 14 | + | ||
| 15 | typedef struct pkg_dest pkg_dest_t; | ||
| 16 | struct pkg_dest | ||
| 17 | { | ||
