summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxmsi/toxmsi.h2
-rw-r--r--toxrtp/toxrtp.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/toxmsi/toxmsi.h b/toxmsi/toxmsi.h
index 69d5144a..d8985c64 100644
--- a/toxmsi/toxmsi.h
+++ b/toxmsi/toxmsi.h
@@ -28,7 +28,7 @@
28#define _MSI_IMPL_H_ 28#define _MSI_IMPL_H_
29 29
30#include <inttypes.h> 30#include <inttypes.h>
31#include "../toxcore/tox.h" 31#include "tox.h"
32#include <pthread.h> 32#include <pthread.h>
33 33
34#define MCBTYPE void 34#define MCBTYPE void
diff --git a/toxrtp/toxrtp.h b/toxrtp/toxrtp.h
index 44717835..0aa89993 100644
--- a/toxrtp/toxrtp.h
+++ b/toxrtp/toxrtp.h
@@ -30,7 +30,7 @@
30 30
31#define RTP_VERSION 2 31#define RTP_VERSION 2
32#include <inttypes.h> 32#include <inttypes.h>
33#include "../toxcore/tox.h" 33#include "tox.h"
34#include <pthread.h> 34#include <pthread.h>
35/* Extension header flags */ 35/* Extension header flags */
36#define RTP_EXT_TYPE_RESOLUTION 0x01 36#define RTP_EXT_TYPE_RESOLUTION 0x01