changeset 2:43db5460139a

getline -> readln
author mmj
date Thu, 22 Apr 2004 06:18:22 +1000
parents 762570b02394
children bea555bef489
files include/readln.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <unistd.h>
+
 ssize_t readln(int fd, char *buf, size_t bufsize);
 
 #endif /* READLN_H */