blob: 024b54f736bca5e8f013febb9aed2f1b19483e71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- raop_play/ogg_stream.c.orig 2005-12-16 14:17:01 UTC
+++ raop_play/ogg_stream.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*****************************************************************************/
-#include <asm/types.h>
+#include <sys/types.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
|