1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-05 04:36:34 +00:00

Include <stddef.h> for ptrdiff_t

This commit is contained in:
Gerhard Rieger 2016-02-06 15:56:11 +01:00
parent 1de74d4ca9
commit d8a5d49c2d
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,7 @@
#ifndef __sysincludes_h_included
#define __sysincludes_h_included 1
#include <stddef.h> /* ptrdiff_t */
#if HAVE_STDBOOL_H
#include <stdbool.h> /* bool, true, false */
#endif