Skip to content

Commit

Permalink
Fix build on OS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Dec 13, 2010
1 parent e403c24 commit 5f5c181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/gen/makefiles/root.in
Expand Up @@ -1790,6 +1790,7 @@ src/pbc_merge$(O) : \
$(INC_DIR)/oplib/ops.h \
$(INC_DIR)/oplib/core_ops.h \
$(INC_DIR)/runcore_api.h \
$(INC_DIR)/embed.h \
$(PARROT_H_HEADERS)

src/io/filehandle$(O) : $(PARROT_H_HEADERS) include/pmc/pmc_filehandle.h \
Expand Down
1 change: 1 addition & 0 deletions src/pbc_merge.c
Expand Up @@ -42,6 +42,7 @@ segments from the input PBC files.
#include "parrot/oplib/ops.h"
#include "parrot/oplib/core_ops.h"
#include "pmc/pmc_sub.h"
#include "parrot/embed.h"

/* This struct describes an input file. */
typedef struct pbc_merge_input {
Expand Down

0 comments on commit 5f5c181

Please sign in to comment.