]> git.tuebingen.mpg.de Git - dss.git/commitdiff
dss.c: Add missing inclusion of <stdio.h>.
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 7 Jun 2016 14:29:38 +0000 (16:29 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 21 Aug 2016 19:13:25 +0000 (21:13 +0200)
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.


No differences found