Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1223#discussion_r113598785
--- Diff: src/backend/resourcemanager/utils/network_utils.c ---
@@ -29,6 +29,7 @@
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
+#include <time.h>
--- End diff --
You might add the following header file to suppress the warning about
missing definition of on_proc_exit().
#include "storage/ipc.h"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---