* include/cygwin/ipc.h: Include sys/types.h.

This commit is contained in:
Corinna Vinschen 2003-12-16 10:15:28 +00:00
parent 11377ba668
commit 0c3966ac4e
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -12,6 +12,8 @@ details. */
#ifndef _CYGWIN_IPC_H
#define _CYGWIN_IPC_H
#include <sys/types.h>
#ifdef __cplusplus
extern "C"
{