Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
add core.sys.posix.sys.un to manifest and import
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 27, 2011
1 parent 5df437f commit c6dbb69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posix.mak
Expand Up @@ -138,6 +138,7 @@ MANIFEST= \
src/core/sys/posix/sys/time.d \
src/core/sys/posix/sys/types.d \
src/core/sys/posix/sys/uio.d \
src/core/sys/posix/sys/un.d \
src/core/sys/posix/sys/wait.d \
\
src/core/sys/windows/dbghelp.d \
Expand Down Expand Up @@ -473,6 +474,7 @@ IMPORTS=\
$(IMPDIR)/core/sys/posix/sys/time.di \
$(IMPDIR)/core/sys/posix/sys/types.di \
$(IMPDIR)/core/sys/posix/sys/uio.di \
$(IMPDIR)/core/sys/posix/sys/un.di \
$(IMPDIR)/core/sys/posix/sys/wait.di \
\
$(IMPDIR)/core/sys/windows/dbghelp.di \
Expand Down

0 comments on commit c6dbb69

Please sign in to comment.