summaryrefslogtreecommitdiff
path: root/toxmsi/phone.c
diff options
context:
space:
mode:
authorMartijn <martijnvdc@gmail.com>2013-10-28 14:19:38 +0100
committerMartijn <martijnvdc@gmail.com>2013-10-28 14:19:38 +0100
commit5971d8f7957fc887fbdcffcbd90012637a4c359f (patch)
tree2a351cf4b838f4267ae6aa4ce292f297df2c5ac1 /toxmsi/phone.c
parent3d019fb115aafb5635c162a2cd0b61006bce9fc8 (diff)
renamed AV_codec to toxmedia
Diffstat (limited to 'toxmsi/phone.c')
-rw-r--r--toxmsi/phone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxmsi/phone.c b/toxmsi/phone.c
index f14d0323..432be94c 100644
--- a/toxmsi/phone.c
+++ b/toxmsi/phone.c
@@ -16,7 +16,7 @@
16#include <stdlib.h> 16#include <stdlib.h>
17/* #include <termios.h> Can this be removed? */ 17/* #include <termios.h> Can this be removed? */
18#include <pthread.h> 18#include <pthread.h>
19#include "AV_codec.h" 19#include "toxmedia.h"
20 20
21 21
22 22