summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:31:15 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 15:31:15 -0800
commitd8269970dffb9b27c1c79eea7233e33fd99e1932 (patch)
tree07e97ca5c378003ff5a98ed0b45665dec4ab06ba
parentf43e6cb2ae6ba22e0b882da435d50346634a8d09 (diff)
unifdef LynxHEADmaster
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/XvMC.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/XvMC.c b/src/XvMC.c
index 09e118f..5cc8b77 100644
--- a/src/XvMC.c
+++ b/src/XvMC.c
@@ -4,13 +4,8 @@
#include <stdio.h>
#include "XvMClibint.h"
#ifdef HAVE_SHMAT
-#ifndef Lynx
#include <sys/ipc.h>
#include <sys/shm.h>
-#else
-#include <ipc.h>
-#include <shm.h>
-#endif /* Lynx */
#endif /* HAVE_SHMAT */
#include <unistd.h>
#include <sys/time.h>