Replace emul/include.h with compat/include.h to match new source

tree layout.
This commit is contained in:
Todd C. Miller
2010-02-20 09:22:30 -05:00
parent dc525d2587
commit d6187f5ad3
12 changed files with 15 additions and 15 deletions

View File

@@ -84,10 +84,10 @@
#include <gram.h>
#ifndef HAVE_FNMATCH
# include "emul/fnmatch.h"
# include "compat/fnmatch.h"
#endif /* HAVE_FNMATCH */
#ifndef HAVE_EXTENDED_GLOB
# include "emul/glob.h"
# include "compat/glob.h"
#endif /* HAVE_EXTENDED_GLOB */
#ifdef USING_NONUNIX_GROUPS
# include "nonunix.h"