mirror of https://github.com/Icinga/icinga2.git
Added missing include for *NIX
This commit is contained in:
parent
221bbe9a07
commit
ed402c45c5
|
@ -4,6 +4,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue