From e9e6450e1a8ece2ff879523516fefd6576a76521 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 7 Jun 2016 16:29:38 +0200 Subject: [PATCH] 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. --- dss.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2