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:
parent
fb0246084a
commit
05c0b2873e
6 changed files with 20 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue