freebsd-ports/audio/mumble/files/patch-overlay_gl-overlay.c
Max Brazhnikov f3103c6f60 - Update to 1.2.3
- Add option to build against a system-wide CELT instead of using
  the built-in one.

PR:		ports/155324
Submitted by:	Mark Felder <feld at feld.me>
Approved by:	maintainer
2011-03-13 14:55:51 +00:00

10 lines
298 B
C

--- overlay_gl/overlay.c~ 2011-02-19 16:35:15.000000000 -0500
+++ overlay_gl/overlay.c 2011-02-27 16:04:32.000000000 -0500
@@ -45,6 +45,7 @@
#include <sys/ipc.h>
#include <sys/time.h>
#include <sys/socket.h>
+#include <sys/stat.h>
#include <sys/un.h>
#include <time.h>
#include <semaphore.h>