summaryrefslogtreecommitdiff
path: root/toxav/bwcontroller.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/bwcontroller.c')
-rw-r--r--toxav/bwcontroller.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/toxav/bwcontroller.c b/toxav/bwcontroller.c
index 19d9c719..397cebff 100644
--- a/toxav/bwcontroller.c
+++ b/toxav/bwcontroller.c
@@ -29,6 +29,7 @@
29#include "../toxcore/util.h" 29#include "../toxcore/util.h"
30 30
31#include <assert.h> 31#include <assert.h>
32#include <errno.h>
32 33
33#define BWC_PACKET_ID 196 34#define BWC_PACKET_ID 196
34#define BWC_SEND_INTERVAL_MS 1000 35#define BWC_SEND_INTERVAL_MS 1000