Import GNU Readline 8.1
[binutils-gdb.git] / readline / readline / colors.c
index 81aecfe0c830f804bcc0909ea0202104c120f26a..9e37527ef3509ce4ae33094fd26d67831c9551ce 100644 (file)
@@ -2,7 +2,7 @@
 
    Modified by Chet Ramey for Readline.
 
-   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012, 2015, 2017
+   Copyright (C) 1985, 1988, 1990-1991, 1995-2010, 2012, 2015, 2017, 2019
    Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
 
 #include "rlconf.h"
 
+#if defined __TANDEM
+#  define _XOPEN_SOURCE_EXTENDED 1
+#  define _TANDEM_SOURCE 1
+#  include <sys/types.h>
+#  include <sys/stat.h>
+#endif
+
 #include <stdio.h>
 
 #include "posixstat.h" // stat related macros (S_ISREG, ...)