Merge pull request #181 from ityuhui/yh-incls-0330

Include config.h to define HAVE_SECURE_GETENV or HAVE_GETENV
This commit is contained in:
Kubernetes Prow Robot
2023-04-02 17:53:50 -07:00
committed by GitHub

View File

@@ -1,3 +1,5 @@
#include <config.h>
#define _GNU_SOURCE #define _GNU_SOURCE
#include <stdlib.h> #include <stdlib.h>
#ifndef _WIN32 #ifndef _WIN32