Fixed bugs in dtsc and theora libs.

This commit is contained in:
Erik Zandvliet 2013-08-27 15:01:48 +02:00
parent 6675b647b8
commit 6cf42561a6
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
#include<theora.h>
#include<stdlib.h>
#include<string.h>
#include "theora.h"
#include <stdlib.h>
#include <string.h>
#include <arpa/inet.h>
#include <sstream>