]> git.ipfire.org Git - thirdparty/libbsd.git/commit
fgetln: Include <stdio.h> after <sys/*>
authorGuillem Jover <guillem@hadrons.org>
Thu, 27 Jul 2023 11:39:00 +0000 (13:39 +0200)
committerGuillem Jover <guillem@hadrons.org>
Tue, 5 Sep 2023 01:02:20 +0000 (03:02 +0200)
commitd4e0cdc916476fb774b02a7da606e30e367f3f42
treefff667c91a0e51c934da3e93d1438661b7edb8f3
parentf41d6c12aacabc3dae5fdd45c50de6a967af8a88
fgetln: Include <stdio.h> after <sys/*>

The <sys/*> headers tend to define things that might be used by other
headers, so while they should be self-contained, it is better to simply
include them first.
src/fgetln.c