From 1eed84099a8ea6b7bec9167f19d865ab52d6695f Mon Sep 17 00:00:00 2001 From: Kevin van der Vlist Date: Tue, 7 Jun 2011 23:13:58 +0200 Subject: OpenIndian b148 support (and perhaps other Solaris builds). --- main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 2a4d220e..db8205fa 100644 --- a/main.c +++ b/main.c @@ -15,6 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +#ifdef HAVE_CONFIG_H +# include +#endif #include #include #include @@ -26,7 +29,7 @@ #include #endif #ifndef __linux__ -#define _POSIX_C_SOURCE +#define _POSIX_C_SOURCE 1 #endif #include #include @@ -41,9 +44,6 @@ #ifdef __linux__ #include #endif -#ifdef HAVE_CONFIG_H -# include -#endif #include #include "gettext.h" #include "playlist.h" -- cgit v1.2.3