Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/shm.cc')
-rw-r--r--winsup/cygserver/shm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygserver/shm.cc b/winsup/cygserver/shm.cc
index 1116bc809..dc5632355 100644
--- a/winsup/cygserver/shm.cc
+++ b/winsup/cygserver/shm.cc
@@ -37,10 +37,10 @@ details. */
//#include "thread.h"
#ifndef __INSIDE_CYGWIN__
#define __INSIDE_CYGWIN__
-#include <sys/shm.h>
+#include "cygwin_shm.h"
#undef __INSIDE_CYGWIN__
#else
-#include <sys/shm.h>
+#include "cygwin_shm.h"
#endif
//#include "perprocess.h"
#include <threaded_queue.h>