diff options
| -rw-r--r-- | opentrack-compat/shm.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/opentrack-compat/shm.cpp b/opentrack-compat/shm.cpp index a306d581..19199bd9 100644 --- a/opentrack-compat/shm.cpp +++ b/opentrack-compat/shm.cpp @@ -5,12 +5,12 @@   * copyright notice and this permission notice appear in all copies.   */ +#if defined(_WIN32) +  #include <cstring>  #include <stdio.h>  #include "shm.h" -#if defined(_WIN32) -  #include <accctrl.h>  #include <aclapi.h> | 
