From: Andre Noll Date: Tue, 7 Jun 2016 14:29:38 +0000 (+0200) Subject: dss.c: Add missing inclusion of . X-Git-Tag: v0.1.7~10 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=e9e6450e1a8ece2ff879523516fefd6576a76521;ds=inline dss.c: Add missing inclusion of . This is required for example for rename(2). Compilation succeeds without the include only because the gengetopt header includes stdio.h as well and we happen to include this header before fd.h. --- diff --git a/dss.c b/dss.c index 5f7cfe0..03ddaf8 100644 --- a/dss.c +++ b/dss.c @@ -5,6 +5,7 @@ */ #include #include +#include #include #include #include