* include/cygwin/ipc.h: Include sys/types.h.
This commit is contained in:
parent
11377ba668
commit
0c3966ac4e
@ -1,3 +1,7 @@
|
||||
2003-12-16 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/cygwin/ipc.h: Include sys/types.h.
|
||||
|
||||
2003-12-15 Thomas Pfaff <tpfaff@gmx.net>
|
||||
|
||||
* thread.cc (pthread::init_main_thread): Make sure that the main thread
|
||||
|
@ -12,6 +12,8 @@ details. */
|
||||
#ifndef _CYGWIN_IPC_H
|
||||
#define _CYGWIN_IPC_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user