Include <stddef.h> where ptrdiff_t is used.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2022-02-13 17:43:53 +03:00
parent 185c80ffb7
commit 9f53bf5617
2 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,7 @@
#include <config.h>
#include <ctype.h>
#include <stddef.h> /* ptrdiff_t */
#include <limits.h>
#include <stdarg.h>
#include <stdio.h>

View File

@ -28,8 +28,10 @@
#include <config.h>
#include <ctype.h>
#include <errno.h>
#include <stddef.h> /* ptrdiff_t */
#include <stdlib.h>
#include <sys/stat.h>
#include <sys/types.h>