mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c2f25bd954
The GIMP-GAP (GIMP Animation Package) is a collection of Plug-Ins to extend the GIMP with capabilities to edit and create Animations as sequences of single frames.
20 lines
513 B
C
20 lines
513 B
C
--- libwavplayclient/msg.c.orig 2007-08-22 09:16:53.000000000 -0400
|
|
+++ libwavplayclient/msg.c 2007-08-22 09:17:35.000000000 -0400
|
|
@@ -46,7 +46,6 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
-#include <malloc.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <signal.h>
|
|
@@ -55,7 +54,7 @@
|
|
#include <sys/msg.h>
|
|
#include <sys/ioctl.h>
|
|
#include <assert.h>
|
|
-#ifdef __CYGWIN__
|
|
+#if defined (__CYGWIN__) || defined(__FreeBSD__)
|
|
#include <sys/soundcard.h>
|
|
#else
|
|
#include <linux/soundcard.h>
|