Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion libpromises/evalfunction.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@
included file COSL.txt.
*/

#include <platform.h>

#include <assert.h>
#include <errno.h>
#ifdef __sun
#define _POSIX_PTHREAD_SEMANTICS /* Required on Solaris 11 (see ENT-13146) */
#endif /* __sun */

#include <limits.h>
#include <platform.h>
#include <evalfunction.h>

#include <policy_server.h>
Expand Down
2 changes: 2 additions & 0 deletions libpromises/storage_tools.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
included file COSL.txt.
*/

#include <platform.h>

#include <cf3.defs.h>

#ifdef HAVE_SYS_STATFS_H
Expand Down
Loading