123456789101112131415 |
- --- a/src/lxc/utils.h
- +++ b/src/lxc/utils.h
- @@ -41,11 +41,7 @@ extern int mkdir_p(const char *dir, mode
- 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"
-
- /* Define setns() if missing from the C library */
- #ifndef HAVE_SETNS
|