mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-16 22:12:36 +00:00
Include stdio.h in getline.h for FILE
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
120ce443c4
commit
2e74d6f374
@ -1,6 +1,8 @@
|
|||||||
#ifndef _getline_h
|
#ifndef _getline_h
|
||||||
#define _getline_h
|
#define _getline_h
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
extern ssize_t getline(char **outbuf, size_t *outsize, FILE *fp);
|
extern ssize_t getline(char **outbuf, size_t *outsize, FILE *fp);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user