This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch hadoop-3.4.2 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git
commit 1d67b0de9ff20e32ad5b61be16be4a5a363713f5 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]
