Declare _XOPEN_SOURCE=700

git-svn-id: svn+ssh://svn.phoenixbox.net/svn/apple1/trunk@97 64f78de7-aa59-e511-a0e8-0002a5492df0
This commit is contained in:
Daniel Loffgren 2016-12-03 07:23:49 +00:00
parent aa137f0381
commit 97f9f9909c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ AS= $(LIBAS6502_DIR)/as6502
ROM= apple1.rom
ROMSRC= src/wozmon.s
CFLAGS+= -I$(V6502_PREFIX) -std=c99
CFLAGS+= -I$(V6502_PREFIX) -std=c99 -D_XOPEN_SOURCE=700
LDFLAGS+= -ledit -lcurses -ldis6502 -las6502 -lv6502 -L$(LIBV6502_DIR) -L$(LIBAS6502_DIR) -L $(LIBDIS6502_DIR)
OBJS= $(SRCS:.c=.o)