freebsd-ports/audio/squash/files/patch-include::global.h
Pav Lucistnik 576f3e78f4 Squash is a learning ncurses music player written in C. It supports mp3,
ogg and flac. Squash uses statistics to determine songs to play automatically.
It garners this information through whether or not a song is skipped.

PR:			ports/55275
Submitted by:		Matthias Andree <matthias.andree@web.de>
Based on shar by:	trevor
Approved by:		adamw (mentor)
2003-11-22 22:32:00 +00:00

14 lines
295 B
C

$FreeBSD$
--- include/global.h~ Mon Aug 4 16:43:16 2003
+++ include/global.h Tue Aug 5 11:54:11 2003
@@ -40,7 +40,7 @@
#include <ao/ao.h>
#include <math.h>
#include <stdarg.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>