diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 16:39:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 16:39:32 +0200 |
commit | 5a95a9e670a815cc97934c16d0f1bec9b4b77a90 (patch) | |
tree | 3c71278cc5115ee661cbc5ae9ce063fa6428219c /video-ps3eye/shm.cxx | |
parent | c7748ef20650007b4ef4067bcb5277a38dea12e0 (diff) |
fix build
Diffstat (limited to 'video-ps3eye/shm.cxx')
-rw-r--r-- | video-ps3eye/shm.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/video-ps3eye/shm.cxx b/video-ps3eye/shm.cxx index 6a8c0f53..57e35c3a 100644 --- a/video-ps3eye/shm.cxx +++ b/video-ps3eye/shm.cxx @@ -1,3 +1,2 @@ -#define OTR_GENERIC_EXPORT -#define OTR_GENERIC_IMPORT +#include "shm.hpp" #include "../compat/shm.cpp" |