]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
tests: add missing include for `read()`
authorVincent Bernat <vincent@bernat.im>
Sun, 4 Oct 2015 06:52:12 +0000 (08:52 +0200)
committerVincent Bernat <vincent@bernat.im>
Sun, 4 Oct 2015 06:52:12 +0000 (08:52 +0200)
tests/decode.c

index 91074c8250c9072c6d04cdd613880cf57612070a..1487afdab22003c4dbe303fcd0d3a45067c3c5a3 100644 (file)
@@ -16,6 +16,7 @@
  */
 
 #include <stdlib.h>
+#include <unistd.h>
 #include <inttypes.h>
 #include <sys/types.h>
 #include <sys/stat.h>