Skip to content

Commit 07ede16

Browse files
authored
Merge pull request #5952 from larsewi/hpux
ENT-13508: Fixed struct stat layout mismatch on HP-UX due to include order
2 parents 6db4861 + 2b418c0 commit 07ede16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf-agent/verify_files_utils.c

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

25+
#include <platform.h>
2526
#include <stddef.h>
2627
#include <sys/types.h>
2728
#include <verify_files_utils.h>

0 commit comments

Comments
 (0)