# HG changeset patch # User mmj # Date 1082578702 -36000 # Node ID 43db5460139aa3d181887bdacc4aecfda68acc7a # Parent 762570b023941818f3449a9bb0007e33f8442552 getline -> readln diff -r 762570b02394 -r 43db5460139a include/readln.h --- a/include/readln.h Thu Apr 22 05:08:53 2004 +1000 +++ b/include/readln.h Thu Apr 22 06:18:22 2004 +1000 @@ -9,6 +9,8 @@ #ifndef READLN_H #define READLN_H +#include + ssize_t readln(int fd, char *buf, size_t bufsize); #endif /* READLN_H */