We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fbdccf + c30bead commit d549cd9Copy full SHA for d549cd9
libpromises/evalfunction.c
@@ -22,14 +22,15 @@
22
included file COSL.txt.
23
*/
24
25
+#include <platform.h>
26
+
27
#include <assert.h>
28
#include <errno.h>
29
#ifdef __sun
30
#define _POSIX_PTHREAD_SEMANTICS /* Required on Solaris 11 (see ENT-13146) */
31
#endif /* __sun */
32
33
#include <limits.h>
-#include <platform.h>
34
#include <evalfunction.h>
35
36
#include <policy_server.h>
libpromises/storage_tools.c
@@ -22,6 +22,8 @@
#include <cf3.defs.h>
#ifdef HAVE_SYS_STATFS_H
0 commit comments