Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 228187
Collapse All | Expand All

(-)openais-0.82.orig/exec/ipc.c (+1 lines)
Lines 32-37 Link Here
32
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
32
 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
33
 * THE POSSIBILITY OF SUCH DAMAGE.
33
 * THE POSSIBILITY OF SUCH DAMAGE.
34
 */
34
 */
35
#define _GNU_SOURCE /*required for struct ucred for glibc 2.8*/
35
#include <pthread.h>
36
#include <pthread.h>
36
#include <assert.h>
37
#include <assert.h>
37
#include <pwd.h>
38
#include <pwd.h>

Return to bug 228187