Cleanup: apply `include-what-you-use` guideline for `fpos_t`
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 3 Dec 2019 20:42:33 +0000 (15:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 13 Feb 2020 17:10:31 +0000 (12:10 -0500)
commit2786d9d5363fbe75af13e54b0a9512c96e7a923b
tree76643edb4b3306cbd03b8c8a3f2b1c4955f49890
parentb4051ad8c170901d5297e1b3005b24e63cb0ab1e
Cleanup: apply `include-what-you-use` guideline for `fpos_t`

I saw that some files use the `fpos_t` type but there are not including
a header for it. The `fpos_t` type is defined by the following header:
  <stdio.h>

So, to follow the best practice of including what is used in a file, I
added `#include <stdio.h>` in files using `fpos_t`.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I808ad0b23f04389fd56f89aa001095b771a327d6
snprintf/local.h
snprintf/various.h
This page took 0.024814 seconds and 4 git commands to generate.