From: Vincent Bernat Date: Sun, 4 Oct 2015 06:52:12 +0000 (+0200) Subject: tests: add missing include for `read()` X-Git-Tag: 0.8.0~49 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f681619c685baef29736f4a0b946dc8a5523aab7;p=thirdparty%2Flldpd.git tests: add missing include for `read()` --- diff --git a/tests/decode.c b/tests/decode.c index 91074c82..1487afda 100644 --- a/tests/decode.c +++ b/tests/decode.c @@ -16,6 +16,7 @@ */ #include +#include #include #include #include