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

@@ -23,7 +23,7 @@
# include <time.h>
#endif
#ifndef HAVE_TIMESPEC
# include <emul/timespec.h>
# include <compat/timespec.h>
#endif
#include <compat.h>