freebsd-ports/audio/marlin/files/patch-marlin-marlin-channel.h
Pav Lucistnik 6208594758 Add marlin, an audio editor similar to Audacity, with Gstreamer backend.
It can open files, record from microphone and rip from AudioCD.
2004-08-11 20:54:17 +00:00

10 lines
270 B
C

--- marlin/marlin-channel.h.orig Sat Oct 11 01:02:22 2003
+++ marlin/marlin-channel.h Sun Nov 16 23:53:22 2003
@@ -22,6 +22,7 @@
#ifndef __MARLIN_CHANNEL_H__
#define __MARLIN_CHANNEL_H__
+#include <sys/types.h>
#include <glib.h>
#include <marlin/marlin-types.h>