From f6fff26f0f9f0c17243628b4c65da28af600044c Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 29 Aug 2013 22:37:23 +0200 Subject: [PATCH] Fix warning "empty.c:1:0: warning: ISO C forbids an empty translation unit [-pedantic]" --- libnfc/buses/empty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libnfc/buses/empty.c b/libnfc/buses/empty.c index fedfa63..3ea5553 100644 --- a/libnfc/buses/empty.c +++ b/libnfc/buses/empty.c @@ -1 +1,2 @@ /* empty source code file */ +#include