This is an automated email from the ASF dual-hosted git repository.
bnolsen pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.2.x by this push:
new 1b4607d2ce add stdint.h included needed by rocky9 clang16 (#10962)
1b4607d2ce is described below
commit 1b4607d2cee4e1ac72edd52296309144047d020a
Author: Brian Olsen <[email protected]>
AuthorDate: Thu Jan 4 13:44:21 2024 -0700
add stdint.h included needed by rocky9 clang16 (#10962)
---
include/tscore/ink_file.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/tscore/ink_file.h b/include/tscore/ink_file.h
index 6cb656f458..8b6d62ab54 100644
--- a/include/tscore/ink_file.h
+++ b/include/tscore/ink_file.h
@@ -50,6 +50,10 @@
#include <sys/mount.h>
#endif
+#ifdef HAVE_STDINT_H
+#include <stdint.h> // NOLINT(modernize-deprecated-headers)
+#endif
+
/*===========================================================================*
Function Prototypes