From 543298e443802fef9bea36923d9a565bafd6f2ec Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 20 Aug 2007 11:01:07 +1000 Subject: [PATCH] tests/ogg_test.c : Include unistd.h for unlink. --- tests/ogg_test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ogg_test.c b/tests/ogg_test.c index 83c9bb14..7d65d856 100644 --- a/tests/ogg_test.c +++ b/tests/ogg_test.c @@ -21,6 +21,7 @@ #include #include #include +#include #include