Move getline and getdelim into stdio.h, per POSIX 200x.
[gnulib.git] / lib / yesno.c
index 3db2d6c..8ec798b 100644 (file)
 #include <stdlib.h>
 #include <stdio.h>
 
-#if ENABLE_NLS
-# include "getline.h"
-#endif
-
 extern int rpmatch (char const *response);
 
 /* Return true if we read an affirmative line from standard input.