server compiles under OpenWrt

This commit is contained in:
badaix 2016-04-02 19:12:38 +02:00
parent b75bb77fd4
commit 212c9c1c6b
9 changed files with 65 additions and 16 deletions

View file

@ -20,6 +20,7 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <cerrno>
#include "pipeStream.h"
#include "../encoder/encoderFactory.h"