Fix FTBFS in oggPlayObject_impl.h on openbsd because semun definition

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/1/head
Slávek Banko 10 years ago
parent 0b97b2f432
commit 8d5f4c4d41

@ -1,7 +1,7 @@
#ifndef OGGPLAYER_IMPL_H
#define OGGPLAYER_IMPL_H "$Id$"
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__)
#if defined(__GNU_LIBRARY__) && !defined(_SEM_SEMUN_UNDEFINED) || defined(__DragonFly__) || defined(__OpenBSD__)
/* union semun is defined by including <sys/sem.h> */
#else
/* according to X/OPEN we have to define it ourselves */

Loading…
Cancel
Save