mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
fix compilation with gcc-4.7 by including unistd.h
Origin commit data
------------------
Commit: 4009fea6d8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-06 (Sat, 06 Oct 2012)
This commit is contained in:
@@ -33,6 +33,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
#ifdef HAVE_COOLSTREAM_NEVIS_IR_H
|
||||||
/* define constants instead of #ifdef'ing the corresponding code.
|
/* define constants instead of #ifdef'ing the corresponding code.
|
||||||
* the compiler will optimize it away anyway, but the syntax is
|
* the compiler will optimize it away anyway, but the syntax is
|
||||||
|
@@ -24,6 +24,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
#include <global.h>
|
#include <global.h>
|
||||||
#include <neutrino.h>
|
#include <neutrino.h>
|
||||||
|
|
||||||
|
@@ -33,6 +33,7 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include "osdlang_setup.h"
|
#include "osdlang_setup.h"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user