This is an automated email from the ASF dual-hosted git repository.
dragon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 3d4b04b373 Add missing stdint.h to ink_file.h (#10821)
3d4b04b373 is described below
commit 3d4b04b373a208c74aa97e868e9916fc67a90a10
Author: Phong Nguyen <[email protected]>
AuthorDate: Tue Nov 28 09:13:16 2023 -0800
Add missing stdint.h to ink_file.h (#10821)
---
include/tscore/ink_file.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/tscore/ink_file.h b/include/tscore/ink_file.h
index 7c0ca9fd81..a28ea5802b 100644
--- a/include/tscore/ink_file.h
+++ b/include/tscore/ink_file.h
@@ -36,6 +36,7 @@
#include <cstdio>
#include <sys/types.h>
#include <dirent.h>
+#include <stdint.h>
#if HAVE_SYS_STATFS_H
#include <sys/statfs.h>