fix up files in utils directory to support getline on old systems

This commit is contained in:
root
2014-12-27 17:15:24 -06:00
parent ac0a758b67
commit ab617c2d51

View File

@@ -18,6 +18,7 @@
*/
#define _POSIX_C_SOURCE 200809L // for getline
#define _GNU_SOURCE // for getline on old systems
#include <ctype.h>
#include <stdarg.h>