From ac5066066c6999b69194e09bba1638ab726ae151 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Mon, 31 Dec 2012 12:45:28 +0000 Subject: [PATCH] fix for Ubuntu compilation --- src/global.h | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/global.h b/src/global.h index e171d608..3262fc5b 100755 --- a/src/global.h +++ b/src/global.h @@ -1,10 +1,18 @@ /******************************************************************************\ - * Copyright (c) 2004-2011 - * - * Author(s): - * Volker Fischer + * \copyright (c) 2004-2013 + * \author Volker Fischer * +\mainpage Llcon source code documentation + +\section intro_sec Introduction + +The llcon software enables musicians to perform real-time jam sessions over the +internet. There is one server running the llcon server software which collects +the audio data from each llcon client, mixes the audio data and sends the mix +back to each client. + + Prefix definitions for the GUI: label: lbl @@ -48,6 +56,9 @@ LED bar: lbr #include #include #include +#ifndef _WIN32 +# include // solves a compile problem on recent Ubuntu +#endif #ifdef HAVE_CONFIG_H # include "config.h" #endif