summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-03 23:17:29 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-03 23:17:29 +0000
commit2c0b64899bab810bf6521162beb74950a29a4336 (patch)
treed2ecd5b84ed2f92fc40adabcc6438f53adb8caac
parent4b738e2f5d0dab670180ffcefe802ea664967e19 (diff)
downloadcoreutils-2c0b64899bab810bf6521162beb74950a29a4336.tar.xz
Include "vasprintf.h" since we use vasprintf now.
-rw-r--r--src/stty.c1
1 files changed, 1 insertions, 0 deletions
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). */