diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-06 18:47:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-06 18:47:52 +0000 |
commit | c6f7e8466b8ef77b0aadafc0f5982b8feba35ac5 (patch) | |
tree | 660843652ee7236b4db75297ae3ca0c4ce22f868 /audio/muse/files/patch-outchannels.cpp | |
parent | Add missing map files. (diff) |
add muse 0.7.1
Multiple Streaming Engine
Diffstat (limited to 'audio/muse/files/patch-outchannels.cpp')
-rw-r--r-- | audio/muse/files/patch-outchannels.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/muse/files/patch-outchannels.cpp b/audio/muse/files/patch-outchannels.cpp new file mode 100644 index 000000000000..55fd3f4fb561 --- /dev/null +++ b/audio/muse/files/patch-outchannels.cpp @@ -0,0 +1,15 @@ +--- outchannels.cpp.orig Fri Jun 7 02:44:42 2002 ++++ outchannels.cpp Fri Jun 7 02:44:48 2002 +@@ -20,11 +20,11 @@ + #include <stdio.h> + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> +-#include <sys/types.h> + #include <sys/stat.h> + #include <fcntl.h> + #include <unistd.h> |