1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-11 22:23:24 +00:00

Support for NetBSD 5.1

This commit is contained in:
Gerhard Rieger 2014-11-23 15:03:54 +01:00
parent fb0246084a
commit 05c0b2873e
6 changed files with 20 additions and 2 deletions

View file

@ -5,6 +5,9 @@
#ifndef __sysincludes_h_included
#define __sysincludes_h_included 1
#if HAVE_STDBOOL_H
#include <stdbool.h> /* bool, true, false */
#endif
#if HAVE_INTTYPES_H
#include <inttypes.h> /* uint16_t */
#endif