You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/src/lxc/utils.h
|
|
+++ b/src/lxc/utils.h
|
|
@@ -36,11 +36,7 @@ __hidden extern int mkdir_p(const char *
|
|
__hidden extern char *get_rundir(void);
|
|
|
|
/* Define getline() if missing from the C library */
|
|
-#ifndef HAVE_GETLINE
|
|
-#ifdef HAVE_FGETLN
|
|
-#include <../include/getline.h>
|
|
-#endif
|
|
-#endif
|
|
+#include "../include/getline.h"
|
|
|
|
static inline int lxc_set_cloexec(int fd)
|
|
{
|