Skip to content

Commit de071b8

Browse files
committed
Include config.h to define HAVE_SECURE_GETENV or HAVE_GETENV
1 parent ab31f40 commit de071b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/config/incluster_config.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#include <config.h>
2+
13
#define _GNU_SOURCE
24
#include <stdlib.h>
35
#ifndef _WIN32

0 commit comments

Comments
 (0)