libspark: add missing unistd.h includes for gcc 4.7+

Origin commit data
------------------
Branch: master
Commit: b802566789
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-12-26 (Thu, 26 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-12-26 10:53:49 +01:00
committed by martii
parent 038d9e613d
commit a93ceb95e1
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@
#include <poll.h>
#include <errno.h>
#include <inttypes.h>
#include <unistd.h>
#include <cstring>
#include <cstdio>

View File

@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>
#include <audio_lib.h>
#include <video_lib.h>