mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 20:39:33 +08:00
* 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>
|
2003-12-15 Thomas Pfaff <tpfaff@gmx.net>
|
||||||
|
|
||||||
* thread.cc (pthread::init_main_thread): Make sure that the main thread
|
* thread.cc (pthread::init_main_thread): Make sure that the main thread
|
||||||
|
@ -12,6 +12,8 @@ details. */
|
|||||||
#ifndef _CYGWIN_IPC_H
|
#ifndef _CYGWIN_IPC_H
|
||||||
#define _CYGWIN_IPC_H
|
#define _CYGWIN_IPC_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C"
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user