f3103c6f60
- 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
10 lines
298 B
C
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>
|