mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 03:11:44 +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
|
||||
#define _getline_h
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
extern ssize_t getline(char **outbuf, size_t *outsize, FILE *fp);
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user