Skip to content

Commit

Permalink
Merge pull request #36194 from wjwithagen/wjw-fix-preforker
Browse files Browse the repository at this point in the history
common: include <signal.h> in Preforker.h

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Jul 22, 2020
2 parents 7a8858d + 93e2ad6 commit dd79679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/Preforker.h
Expand Up @@ -3,6 +3,7 @@
#ifndef CEPH_COMMON_PREFORKER_H
#define CEPH_COMMON_PREFORKER_H

#include <signal.h>
#include <sys/socket.h>
#include <sys/wait.h>
#include <unistd.h>
Expand Down

0 comments on commit dd79679

Please sign in to comment.