]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include "vasprintf.h" since we use vasprintf now.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 23:17:29 +0000 (23:17 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Nov 2004 23:17:29 +0000 (23:17 +0000)
src/stty.c

index 2aeb4dacb91073f847be69c328a2e87eb88520c8..d2131a127198c2aad276c8c5bf698509169931af 100644 (file)
@@ -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).  */