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.

15 lines
364 B

  1. --- a/src/lxc/utils.h
  2. +++ b/src/lxc/utils.h
  3. @@ -35,11 +35,7 @@ extern int mkdir_p(const char *dir, mode
  4. extern char *get_rundir(void);
  5. /* Define getline() if missing from the C library */
  6. -#ifndef HAVE_GETLINE
  7. -#ifdef HAVE_FGETLN
  8. -#include <../include/getline.h>
  9. -#endif
  10. -#endif
  11. +#include "../include/getline.h"
  12. static inline int lxc_set_cloexec(int fd)
  13. {