Commit 2e74d6f3 by Stéphane Graber

Include stdio.h in getline.h for FILE

parent 120ce443
#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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment