#include <string.h>
#include <config.h>
-#include "compat.h"
+#include <compat.h>
#include "error.h"
#ifndef lint
# endif
#endif /* HAVE_STRING_H */
-#include "compat.h"
+#include <compat.h>
#include "emul/fnmatch.h"
#undef EOS
# endif
#endif
-#include "compat.h"
+#include <compat.h>
#define ISDOT(dp) \
(dp->d_name[0] == '.' && (dp->d_name[1] == '\0' || \
#include <limits.h>
#include <pwd.h>
-#include "compat.h"
+#include <compat.h>
#include "emul/glob.h"
#define DOLLAR '$'
# include <varargs.h>
#endif
-#include "compat.h"
+#include <compat.h>
#ifndef lint
__unused static const char rcsid[] = "$Sudo$";