diff --git a/commands/de/de_stdout.c b/commands/de/de_stdout.c index 350f5c489..c95a1c2bc 100755 --- a/commands/de/de_stdout.c +++ b/commands/de/de_stdout.c @@ -32,8 +32,10 @@ #include "de.h" +#ifndef major #define major(x) ( (x>>8) & 0377) #define minor(x) (x & 0377) +#endif /****************************************************************/ /* Code for handling termcap */