Skip to content

Commit

Permalink
add missing include to root
Browse files Browse the repository at this point in the history
  • Loading branch information
rainers committed Feb 24, 2012
1 parent fa78c76 commit 616da66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posix.mak
Expand Up @@ -61,7 +61,7 @@ WARNINGS=-Wno-deprecated -Wstrict-aliasing
GFLAGS = $(WARNINGS) -D__near= -D__pascal= -fno-exceptions -O2

CFLAGS = $(GFLAGS) -I$(ROOT) -DMARS=1 -DTARGET_$(TARGET)=1
MFLAGS = $(GFLAGS) -I$C -I$(TK) -DMARS=1 -DTARGET_$(TARGET)=1
MFLAGS = $(GFLAGS) -I$C -I$(TK) -I$(ROOT) -DMARS=1 -DTARGET_$(TARGET)=1

CH= $C/cc.h $C/global.h $C/oper.h $C/code.h $C/type.h \
$C/dt.h $C/cgcv.h $C/el.h $C/iasm.h
Expand Down

0 comments on commit 616da66

Please sign in to comment.