mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
11 lines
186 B
Diff
11 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
|