Skip to content

Commit 57bfc51

Browse files
authored
Merge pull request #1086 from cipherboy/sys-types-ssizet
Add ssize_t header for macOS build
2 parents 880ea6a + 1bd66bf commit 57bfc51

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/OVAL/oval_component.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include <string.h>
4040
#include <time.h>
4141
#include <stdbool.h>
42+
#include <sys/types.h>
4243

4344
#include "oval_definitions_impl.h"
4445
#include "adt/oval_collection_impl.h"

src/OVAL/probes/SEAP/public/strbuf.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <stddef.h>
2828
#include <unistd.h>
2929
#include <stdio.h>
30+
#include <sys/types.h>
3031

3132
#ifdef __cplusplus
3233
extern "C" {

src/OVAL/probes/crapi/digest.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <unistd.h>
3131
#include <assume.h>
3232
#include <errno.h>
33+
#include <sys/types.h>
3334

3435
#include "crapi.h"
3536
#include "digest.h"

src/XCCDF_POLICY/xccdf_policy_remediate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <string.h>
2525
#include <errno.h>
2626
#include <sys/stat.h>
27+
#include <sys/types.h>
2728
#include <sys/wait.h>
2829
#include <unistd.h>
2930

0 commit comments

Comments
 (0)