Skip to content

Commit 930114c

Browse files
committed
fix(agent): add missing includes
1 parent 94421e7 commit 930114c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

agent/lib_aws_sdk_php.h

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#ifndef LIB_AWS_SDK_PHP_HDR
88
#define LIB_AWS_SDK_PHP_HDR
99

10+
#include "nr_segment_message.h"
11+
1012
#if ZEND_MODULE_API_NO >= ZEND_8_1_X_API_NO /* PHP8.1+ */
1113
/* Service instrumentation only supported above PHP 8.1+*/
1214

agent/php_mshutdown.c

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include "nr_agent.h"
1717
#include "util_logging.h"
1818
#include "fw_wordpress.h"
19+
#include "lib_aws_sdk_php.h"
1920

2021
#ifdef TAGS
2122
void zm_shutdown_newrelic(void); /* ctags landing pad only */

0 commit comments

Comments
 (0)