Merge pull request #619 from rayslava/master

Toxmsi build fix
This commit is contained in:
irungentoo 2013-10-14 06:39:38 -07:00
commit 8abad7bc82
2 changed files with 6 additions and 6 deletions

View File

@ -43,8 +43,8 @@
#include "toxmsi.h"
#include "toxmsi_message.h"
#include "toxrtp_message.h"
#include "toxrtp/tests/test_helper.h"
#include "../toxrtp/toxrtp_message.h"
#include "../toxrtp/tests/test_helper.h"
#include "phone.h"
#include "AV_codec.h"

View File

@ -35,8 +35,8 @@
#include <pthread.h>
#include <AL/al.h>
#include <AL/alc.h>
#include "toxrtp.h"
#include "tox.h"
#include "../toxrtp/toxrtp.h"
#include "../toxcore/tox.h"
#include <SDL.h>
#include <opus/opus.h>