fix for Ubuntu compilation

This commit is contained in:
Volker Fischer 2012-12-31 12:45:28 +00:00
parent 2f153b6a8e
commit ac5066066c

View File

@ -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 <stdio.h>
#include <math.h>
#include <string>
#ifndef _WIN32
# include <unistd.h> // solves a compile problem on recent Ubuntu
#endif
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif