Skip to content

Commit

Permalink
ntci_log.cpp: add missing #include for syscall(2) and getpid(2) (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
lxv authored Sep 17, 2024
1 parent 45c0bdc commit 76b8da6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups/ntc/ntci/ntci_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ BSLS_IDENT_RCSID(ntci_log_cpp, "$Id$ $CSID$")

#if defined(BSLS_PLATFORM_OS_LINUX)
#include <sys/syscall.h>
#include <unistd.h>
#endif

#define NTCI_LOG_UNSET_CONTEXT 0
Expand Down

0 comments on commit 76b8da6

Please sign in to comment.