diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 15:31:15 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-17 15:31:15 -0800 |
commit | d8269970dffb9b27c1c79eea7233e33fd99e1932 (patch) | |
tree | 07e97ca5c378003ff5a98ed0b45665dec4ab06ba | |
parent | f43e6cb2ae6ba22e0b882da435d50346634a8d09 (diff) |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/XvMC.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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> |