This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch hadoop-3.3.6
in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git


The following commit(s) were added to refs/heads/hadoop-3.3.6 by this push:
     new ee605a713a0 Add include <stdarg.h> in hdfs.h. (#237)
ee605a713a0 is described below

commit ee605a713a02dbd02698488ead55d747cde12011
Author: Qi Chen <[email protected]>
AuthorDate: Wed Aug 14 23:12:41 2024 +0800

    Add include <stdarg.h> in hdfs.h. (#237)
---
 .../src/main/native/libhdfs/include/hdfs/hdfs.h                          | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h
 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h
index a34d65be194..ec389ad30af 100644
--- 
a/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h
+++ 
b/hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/include/hdfs/hdfs.h
@@ -21,6 +21,7 @@
 
 #include <errno.h> /* for EINTERNAL, etc. */
 #include <fcntl.h> /* for O_RDONLY, O_WRONLY */
+#include <stdarg.h> /* for va_list */
 #include <stdint.h> /* for uint64_t, etc. */
 #include <time.h> /* for time_t */
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to