diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 19:16:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-01 19:16:24 +0000 |
commit | ab885c68d45ffd842196ff45cea031166ab135b3 (patch) | |
tree | 5e5c60ce15af76b88ab508dbebbb2dc5764a3153 /audio/libcddb/files | |
parent | 13d730720fec41a24863914e9b4bc45d941019b1 (diff) | |
download | ports-ab885c68d45ffd842196ff45cea031166ab135b3.tar.gz ports-ab885c68d45ffd842196ff45cea031166ab135b3.zip |
Notes
Diffstat (limited to 'audio/libcddb/files')
-rw-r--r-- | audio/libcddb/files/cddb.h-systypes-patch | 11 | ||||
-rw-r--r-- | audio/libcddb/files/cddb_ni.h-systypes-patch | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/audio/libcddb/files/cddb.h-systypes-patch b/audio/libcddb/files/cddb.h-systypes-patch new file mode 100644 index 000000000000..1426f6c5be72 --- /dev/null +++ b/audio/libcddb/files/cddb.h-systypes-patch @@ -0,0 +1,11 @@ +--- include/cddb/cddb.h.orig Mon Mar 1 04:22:27 2004 ++++ include/cddb/cddb.h Mon Mar 1 04:22:47 2004 +@@ -26,7 +26,7 @@ + extern "C" { + #endif + +- ++#include <sys/types.h> + #include <cddb/cddb_error.h> + #include <cddb/cddb_track.h> + #include <cddb/cddb_disc.h> diff --git a/audio/libcddb/files/cddb_ni.h-systypes-patch b/audio/libcddb/files/cddb_ni.h-systypes-patch new file mode 100644 index 000000000000..60e7c02643b3 --- /dev/null +++ b/audio/libcddb/files/cddb_ni.h-systypes-patch @@ -0,0 +1,10 @@ +--- include/cddb/cddb_ni.h.orig Mon Mar 1 04:28:02 2004 ++++ include/cddb/cddb_ni.h Mon Mar 1 04:28:16 2004 +@@ -18,6 +18,7 @@ + Free Software Foundation, Inc., 59 Temple Place - Suite 330, + Boston, MA 02111-1307, USA. + */ ++#include <sys/types.h> + + #ifndef CDDB_NI_H + #define CDDB_NI_H 1 |