Commit d4e0cdc916476fb774b02a7da606e30e367f3f42

Guillem Jover 2023-07-27T13:39:00

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.