]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: fix SINGLE_BINARY build when printf is a macro
authorYunlian Jiang <yunlian@chromium.org>
Tue, 28 Apr 2015 22:47:20 +0000 (23:47 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 28 Apr 2015 22:48:30 +0000 (23:48 +0100)
commitc77a96ccba91ca687fe0c22e3b2bb1141fbab421
tree98a41553475c7f3484fffa8eeef358d6856a4d8a
parentbdf6837655730c09a42cfd0a23c984e1410370f5
build: fix SINGLE_BINARY build when printf is a macro

* src/coreutils.c (usage): include coreutils.h outside
the printf call, because if it's a macro you will get the error:
embedding a #include directive within macro arguments is not supported
src/coreutils.c