diff options
author | Max Horn | 2010-11-29 16:18:43 +0000 |
---|---|---|
committer | Max Horn | 2010-11-29 16:18:43 +0000 |
commit | df05ed1a46516f7e4d5c6e78f7f096208dbad790 (patch) | |
tree | e7b9077c9a92d5ff54e22705cdd6c9ff50faa38a /backends/plugins/posix | |
parent | 4e0e406181a36e5f5ff59e6b917f81f317e1de1a (diff) | |
download | scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.gz scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.tar.bz2 scummvm-rg350-df05ed1a46516f7e4d5c6e78f7f096208dbad790.zip |
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
svn-id: r54573
Diffstat (limited to 'backends/plugins/posix')
-rw-r--r-- | backends/plugins/posix/posix-provider.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/plugins/posix/posix-provider.cpp b/backends/plugins/posix/posix-provider.cpp index 7dd25ddd67..01e48739bd 100644 --- a/backends/plugins/posix/posix-provider.cpp +++ b/backends/plugins/posix/posix-provider.cpp @@ -23,6 +23,8 @@ * */ +#include "common/scummsys.h" + #if defined(DYNAMIC_MODULES) && defined(UNIX) #include "backends/plugins/posix/posix-provider.h" |