Re: [Qemu-devel] [PATCH 17/67] colo: use local path for local headers

2018-05-03 Thread Zhang Chen
On Fri, May 4, 2018 at 3:50 AM, Michael S. Tsirkin wrote: > When pulling in headers that are in the same directory as C file (as > opposed to one in include/), we should use its relative path, without a > directory. Directory based path works more or less by accident. > > Signed-off-by: Michael S

[Qemu-devel] [PATCH 17/67] colo: use local path for local headers

2018-05-03 Thread Michael S. Tsirkin
When pulling in headers that are in the same directory as C file (as opposed to one in include/), we should use its relative path, without a directory. Directory based path works more or less by accident. Signed-off-by: Michael S. Tsirkin --- net/colo-compare.c| 2 +- net/colo.c|