1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/audio/pulseaudio/files/patch-src_daemon_main.c
Joe Marcus Clarke b9eac2c978 Fix some crashes and some build warnings. This should get pulse working as an
ESD replacement once again.

Reported by:	lofi
2007-07-12 04:08:56 +00:00

11 lines
238 B
C

--- src/daemon/main.c.orig Thu Jul 12 00:04:22 2007
+++ src/daemon/main.c Thu Jul 12 00:04:40 2007
@@ -40,6 +40,7 @@
#include <unistd.h>
#include <locale.h>
#include <sys/types.h>
+#include <sys/stat.h>
#include <liboil/liboil.h>