mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 01:05:15 +03:00
10 lines
186 B
Diff
10 lines
186 B
Diff
--- a/receivedata.c
|
|
+++ b/receivedata.c
|
|
@@ -13,6 +13,7 @@
|
|
#include "udp-receiver.h"
|
|
#include "util.h"
|
|
#include "statistics.h"
|
|
+#include "stddef.h"
|
|
#include "fec.h"
|
|
|
|
#define DEBUG 0
|