1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/audio/lash/files/patch-liblash-lash.c
Edward Tomasz Napierala 65e3f4b5e3 - Update to 0.5.3.
Approved by:	miwi (mentor)
2007-06-04 20:41:24 +00:00

12 lines
297 B
C

--- liblash/lash.c.orig Tue May 22 20:13:00 2007
+++ liblash/lash.c Tue May 22 20:13:13 2007
@@ -23,6 +23,8 @@
#include <strings.h>
#include <pthread.h>
#include <sys/types.h>
+#include <sys/time.h>
+#include <sys/resource.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <netdb.h>