diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 23:17:29 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-03 23:17:29 +0000 |
| commit | 2c0b64899bab810bf6521162beb74950a29a4336 (patch) | |
| tree | d2ecd5b84ed2f92fc40adabcc6438f53adb8caac /src/stty.c | |
| parent | Sync from gnulib. (diff) | |
| download | coreutils-2c0b64899bab810bf6521162beb74950a29a4336.tar.gz coreutils-2c0b64899bab810bf6521162beb74950a29a4336.zip | |
Include "vasprintf.h" since we use vasprintf now.
Diffstat (limited to 'src/stty.c')
| -rw-r--r-- | src/stty.c | 1 |
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). */ |
