* include/cygwin/ipc.h: Include sys/types.h.
This commit is contained in:
@ -12,6 +12,8 @@ details. */
|
||||
#ifndef _CYGWIN_IPC_H
|
||||
#define _CYGWIN_IPC_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
|
Reference in New Issue
Block a user