Skip to content

Commit d549cd9

Browse files
authored
Merge pull request #5954 from larsewi/diskfree
ENT-13531: Fixed diskfree() returning garbage value
2 parents 4fbdccf + c30bead commit d549cd9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libpromises/evalfunction.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,15 @@
2222
included file COSL.txt.
2323
*/
2424

25+
#include <platform.h>
26+
2527
#include <assert.h>
2628
#include <errno.h>
2729
#ifdef __sun
2830
#define _POSIX_PTHREAD_SEMANTICS /* Required on Solaris 11 (see ENT-13146) */
2931
#endif /* __sun */
3032

3133
#include <limits.h>
32-
#include <platform.h>
3334
#include <evalfunction.h>
3435

3536
#include <policy_server.h>

libpromises/storage_tools.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
included file COSL.txt.
2323
*/
2424

25+
#include <platform.h>
26+
2527
#include <cf3.defs.h>
2628

2729
#ifdef HAVE_SYS_STATFS_H

0 commit comments

Comments
 (0)