]> git.tuebingen.mpg.de Git - dss.git/commit
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)
commite9e6450e1a8ece2ff879523516fefd6576a76521
tree40108edfd978af83277c84fc431440da8ea5a2cd
parentce9d8dbb002447f4a7de548a1e3fe3ec5ead73b6
dss.c: Add missing inclusion of <stdio.h>.

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