Remove include bits/siginfo.h from pmon.h

libc6 renamed siginfo.h to siginfo-const.h sometime between
2.23 (in Xenial) and 2.27 (in bionic).

This builds on bionic and centos7 and in fact is required to
get DevStack to copmlete on bionic.

This is last in the stack since it has not been tested
beyond the compile/install that DevStack does.  There
may be a better/alternate solution...but with this we should
get a passing DevStack job.

Change-Id: I5a2ed9455b05e604731c3775d0f402c6137da2ef
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-02-16 09:26:22 -06:00
parent 83101e95ba
commit 91b046dc89
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@
#include <netdb.h> /* for hostent */
#include <errno.h>
#include <sys/stat.h>
#include <bits/siginfo.h> /* for CLD_xxxx si_codes */
using namespace std;