aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/stty.c')
-rw-r--r--coreutils/stty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/stty.c b/coreutils/stty.c
index 702cada63..488a7f8fb 100644
--- a/coreutils/stty.c
+++ b/coreutils/stty.c
@@ -21,7 +21,7 @@
21 21
22 */ 22 */
23 23
24#include "busybox.h" 24#include "libbb.h"
25 25
26#ifndef _POSIX_VDISABLE 26#ifndef _POSIX_VDISABLE
27# define _POSIX_VDISABLE ((unsigned char) 0) 27# define _POSIX_VDISABLE ((unsigned char) 0)