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

Commit

Permalink
Merge pull request #62 from dawgfoto/master
Browse files Browse the repository at this point in the history
add missing module to posix.mak
  • Loading branch information
braddr committed Aug 27, 2011
2 parents 5df437f + c6dbb69 commit c96890c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
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 c96890c

Please sign in to comment.