fix missing parse.h from the include list

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1699 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent c3dce698ab
commit af6f9ca3f8

@ -11,6 +11,8 @@
* src/cmd/cmd_pod.c (cmd_pod_run), src/cmd/cmd_shell.c (cmd_shell_run):
Fix size_t handling with strlen.
* include/urjtag/Makefile.am (pkginclude_HEADERS): Add missing parse.h.
2010-01-21 Jie Zhang <jie.zhang@analog.com>
* src/apps/jtag/jtag.c (main): Don't trigger open file error

@ -44,6 +44,7 @@ pkginclude_HEADERS = \
log.h \
params.h \
parport.h \
parse.h \
part.h \
part_instruction.h \
pod.h \

Loading…
Cancel
Save