Skip to content

Commit

Permalink
fixing lib include
Browse files Browse the repository at this point in the history
  • Loading branch information
Snell1224 committed Oct 30, 2024
1 parent f70f09e commit e161d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maint/config/check_ldms.m4
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ ldms_t ldms_xprt_new_with_auth(const char *xprt_name, const char *auth_name, str
[
AC_COMPILE_IFELSE(
[AC_LANG_SOURCE([[
#include <ldms/ldmsd_stream.h>
#include <ldms/ldms.h>
ldms_t ldms_xprt_new_with_auth(const char *xprt_name, ldms_log_fn_t log_fn, const char *auth_name, struct attr_value_list *auth_av_list);
]])],
[AC_DEFINE([LDMS_XPRT_NEW_WITH_AUTH_4], [1], [Define if ldms_xprt_new_with_auth has 4 arguments])],
Expand Down

0 comments on commit e161d24

Please sign in to comment.