freebsd-ports/audio/alsaplayer/files/patch-app_AlsaNode.cpp
Joe Marcus Clarke 1f8cd43b73 Add alsaplayer, an audio player with pitch control and a GTK+ GUI.
PR:		43142
Submitted by:	Robin Schilham <co9@xs4all.nl> (based on)
2003-06-30 17:15:20 +00:00

13 lines
315 B
C++

--- app/AlsaNode.cpp.orig Sun Jun 29 20:14:02 2003
+++ app/AlsaNode.cpp Sun Jun 29 20:14:10 2003
@@ -23,8 +23,8 @@
#include "AlsaPlayer.h"
#include "config.h"
#include "prefs.h"
-#include <sys/mman.h>
#include <sys/types.h>
+#include <sys/mman.h>
#include <sys/stat.h>
#ifdef USE_REALTIME
#include <sched.h>