1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/audio/muse/files/patch-src::outchannels.cpp
Kirill Ponomarev 2e8fc655bc - Update to version 0.9
PR:		ports/65990
Submitted by:	Ports Fury
2004-04-29 07:43:38 +00:00

16 lines
391 B
C++

--- src/outchannels.cpp.orig Thu Apr 15 22:12:15 2004
+++ src/outchannels.cpp Mon Apr 19 22:37:58 2004
@@ -24,11 +24,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>