On Mar 6 10:46, neo napster wrote: > When compiling we are getting the following error: > > apitest.c:28:31: ipc.h: No such file or directory > apitest.c:29:31: shm.h: No such file or directory
These files are under sys, so you have to include sys/ipc.h, sys/shm.h, etc., as required by SUSv3. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/