so we are sure to get the correct header.
#endif /* HAVE_STRINGS_H */
#include "missing.h"
-#include "charclass.h"
-#include "fnmatch.h"
+#include "compat/charclass.h"
+#include "compat/fnmatch.h"
#undef EOS
#define EOS '\0'
#include <pwd.h>
#include "missing.h"
-#include "glob.h"
-#include "charclass.h"
+#include "compat/glob.h"
+#include "compat/charclass.h"
#define DOLLAR '$'
#define DOT '.'
static char *my_sys_siglist[NSIG];
int i;
-#include "mksiglist.h"
+#include "compat/mksiglist.h"
printf("#include <config.h>\n");
printf("#include <signal.h>\n");
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
-# include "timespec.h"
+# include "compat/timespec.h"
#endif
#include <errno.h>
#ifdef HAVE_UTIME_H
# include <utime.h>
#else
-# include "utime.h"
+# include "compat/utime.h"
#endif
#include "missing.h"