diff --git a/src/output/plugins/SolarisOutputPlugin.cxx b/src/output/plugins/SolarisOutputPlugin.cxx index bb7cc56d6..d6323d5aa 100644 --- a/src/output/plugins/SolarisOutputPlugin.cxx +++ b/src/output/plugins/SolarisOutputPlugin.cxx @@ -22,7 +22,6 @@ #include "system/FileDescriptor.hxx" #include "system/Error.hxx" -#include #include #include #include @@ -31,11 +30,18 @@ #ifdef __sun #include +#include #else /* some fake declarations that allow build this plugin on systems other than Solaris, just to see if it compiles */ +#include + +#ifndef I_FLUSH +#define I_FLUSH 0 +#endif + #define AUDIO_GETINFO 0 #define AUDIO_SETINFO 0 #define AUDIO_ENCODING_LINEAR 0