freebsd-ports/audio/cdparanoia/files/patch-interface-utils.h
Matthew N. Dodd 249b77d019 A CDDA extraction tool (also known as ripper)
Submitted by:	 Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2003-01-10 01:06:33 +00:00

18 lines
495 B
C

Index: interface/utils.h
===================================================================
RCS file: /home/cvs/cdparanoia/interface/utils.h,v
retrieving revision 1.1.1.1
retrieving revision 1.3
diff -u -r1.1.1.1 -r1.3
--- interface/utils.h 2003/01/05 09:46:26 1.1.1.1
+++ interface/utils.h 2003/01/06 23:34:21 1.3
@@ -1,4 +1,9 @@
+#ifdef LINUX
#include <endian.h>
+#elif defined(__FreeBSD__)
+#include <machine/endian.h>
+#endif
+
#include <stdio.h>
#include <errno.h>
#include <string.h>