diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-16 22:07:08 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-16 22:07:08 +0000 |
commit | 42226f6ba7fbccd7d7cb0f9ce431be477bdf9a0c (patch) | |
tree | 5cdcc2dcdf17c3299b8bb4bc7ec6d75cbb5fe846 /src | |
parent | 9a93b2a2ace59e6c2ab8fec586561a136c06e664 (diff) |
Define HAS_SHM if shmat() is found
Include <config.h> to get HAS_SHM define.
Diffstat (limited to 'src')
-rw-r--r-- | src/XvMC.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ #define NEED_REPLIES +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include "XvMClibint.h" #ifdef HAS_SHM |