Alexey Serbin has uploaded a new change for review. http://gerrit.cloudera.org:8080/8065
Change subject: [util] fix compilation breakage ...................................................................... [util] fix compilation breakage On some Linux systems (old ones), there isn't linux/sysinfo.h header file. IWYU might suggest to include linux/sysinfo.h instead of linux/kernel.h if compiling on a new system, so I added corresponding IWYU pragmas. I'll address the IWYU issue in a generic way in a separate change list (so no pragmas would be necessary). This patch is a quick fix for the compilation breakage. Change-Id: Ie9d13815052d8e4c1360db3f94e15ffd77768af5 --- M src/kudu/util/env_posix.cc 1 file changed, 5 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/65/8065/1 -- To view, visit http://gerrit.cloudera.org:8080/8065 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie9d13815052d8e4c1360db3f94e15ffd77768af5 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]>
