freebsd-ports/audio/zinf/files/patch-base-include-queue.h
Alexey Dokuchaev d4a953bdca - Fix the build with GCC 4.2 [1]
- Drop stupid -esound suffix, it just one of many sound servers/proxies
  available today, nothing special to require such attribution
- Kill EOL whitespace in pkg-descr

Reported by:	pointyhat (logs) [1]
2007-06-29 10:53:24 +00:00

10 lines
243 B
C

--- base/include/queue.h.orig Wed Sep 17 00:34:53 2003
+++ base/include/queue.h Fri Jun 29 17:36:37 2007
@@ -24,6 +24,7 @@
#ifndef INCLUDED_QUEUE_H_
#define INCLUDED_QUEUE_H_
+#include <assert.h>
#include "config.h"
#include "mutex.h"