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