Move getline and getdelim into stdio.h, per POSIX 200x.
[pspp] / lib / yesno.c
index 3db2d6ce0caa43dace4ee71a82bee4b512ee1fda..8ec798b63a862e00012c89c4c49e3b067afd8916 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.