diff --git a/clients/lcdproc/mode.c b/clients/lcdproc/mode.c index cbb9dc8..d82de95 100644 --- a/clients/lcdproc/mode.c +++ b/clients/lcdproc/mode.c @@ -11,14 +11,15 @@ #include #include -#if defined( IRIX ) || defined( SOLARIS ) -# include -#endif #ifdef HAVE_CONFIG_H #include "config.h" #endif +#if defined( IRIX ) || defined( SOLARIS ) +# include +#endif + #include "shared/sockets.h" #include "mode.h"