Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions agent/lib_aws_sdk_php.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#ifndef LIB_AWS_SDK_PHP_HDR
#define LIB_AWS_SDK_PHP_HDR

#include "nr_segment_message.h"

#if ZEND_MODULE_API_NO >= ZEND_8_1_X_API_NO /* PHP8.1+ */
/* Service instrumentation only supported above PHP 8.1+*/

Expand Down
1 change: 1 addition & 0 deletions agent/php_mshutdown.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "nr_agent.h"
#include "util_logging.h"
#include "fw_wordpress.h"
#include "lib_aws_sdk_php.h"

#ifdef TAGS
void zm_shutdown_newrelic(void); /* ctags landing pad only */
Expand Down