249b77d019
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
18 lines
495 B
C
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>
|