Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 118656 | Differences between
and this patch

Collapse All | Expand All

(-)src/OSD/OSD_Csharedmemory.c (+1 lines)
Lines 1-5 Link Here
1
#if !defined( WNT ) && !defined(__hpux) && !defined( HPUX)
1
#if !defined( WNT ) && !defined(__hpux) && !defined( HPUX)
2
#include <stdio.h>
2
#include <stdio.h>
3
#include <stdlib.h>
3
#include <sys/types.h>
4
#include <sys/types.h>
4
#include <sys/ipc.h>
5
#include <sys/ipc.h>
5
#include <sys/shm.h>
6
#include <sys/shm.h>

Return to bug 118656