diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-02-03 21:53:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-02-03 21:53:26 +0100 |
commit | f9c56da355b061fa4eb330ec7352a2f41186fc18 (patch) | |
tree | 6e0df7ca6eaa207e91300478ccfa8dafbac25284 /proto-wine/opentrack-wrapper-wine-windows.cxx | |
parent | 9c974ebc46046b2fcaddf51e924c8b23ed20367a (diff) |
proto/wine: fix includes
Diffstat (limited to 'proto-wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r-- | proto-wine/opentrack-wrapper-wine-windows.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/proto-wine/opentrack-wrapper-wine-windows.cxx b/proto-wine/opentrack-wrapper-wine-windows.cxx index 88ced502..08e9882a 100644 --- a/proto-wine/opentrack-wrapper-wine-windows.cxx +++ b/proto-wine/opentrack-wrapper-wine-windows.cxx @@ -8,7 +8,9 @@ #include "compat/shm.cpp" #include "wine-shm.h" #include "compat/library-path.hpp" +#include <cstdlib> #include <cstring> +#include <sysexits.h> using std::strcat; |