mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
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.
19 lines
519 B
C
19 lines
519 B
C
--- libwavplayclient/client.c.orig 2007-07-24 16:53:15.000000000 -0400
|
|
+++ libwavplayclient/client.c 2007-08-22 09:12:56.000000000 -0400
|
|
@@ -48,7 +48,6 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <time.h>
|
|
-#include <malloc.h>
|
|
#include <string.h>
|
|
#include <memory.h>
|
|
#include <signal.h>
|
|
@@ -58,7 +57,7 @@
|
|
#include <sys/wait.h>
|
|
#include <sys/stat.h>
|
|
#include <assert.h>
|
|
-#ifdef __CYGWIN__
|
|
+#if defined (__CYGWIN__) || defined (__FreeBSD__)
|
|
#include <sys/soundcard.h>
|
|
#else
|
|
#include <linux/soundcard.h>
|