1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/audio/muse/files/patch-src::pipe.cpp
Rong-En Fan 14427e99f6 - Update to 0.9.2
- Add OPTIONS
- Make some dependecies optional
- Pass maintainership to submitter

PR:		ports/101351
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-07 03:34:42 +00:00

15 lines
278 B
C++

--- src/pipe.cpp.orig Sat Dec 24 18:19:31 2005
+++ src/pipe.cpp Fri Aug 4 11:48:06 2006
@@ -25,9 +25,9 @@
*/
#include <iostream>
-#include <stdlib.h>
+#include <cstdlib>
#include <math.h>
-#include <errno.h>
+#include <cerrno>
#include <audioproc.h>
#include <pipe.h>