From 2c0b64899bab810bf6521162beb74950a29a4336 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 3 Nov 2004 23:17:29 +0000 Subject: Include "vasprintf.h" since we use vasprintf now. --- src/stty.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stty.c b/src/stty.c index 2aeb4dacb..d2131a127 100644 --- a/src/stty.c +++ b/src/stty.c @@ -56,6 +56,7 @@ #include "system.h" #include "error.h" +#include "vasprintf.h" #include "xstrtol.h" /* The official name of this program (e.g., no `g' prefix). */ -- cgit v1.2.3-54-g00ecf