dirent.h should be installed once only

SVN revision: 55851
This commit is contained in:
Vincent Torri 2011-01-04 17:39:22 +00:00
parent 29b6b151b1
commit 84512c288a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ nobase_include_HEADERS = pwd.h sys/mman.h fnmatch.h dirent.h
if EVIL_HAVE_WINCE
nobase_include_HEADERS += errno.h dirent.h
nobase_include_HEADERS += errno.h
endif