Skip to content

Commit 2df973a

Browse files
committed
Change dynamic PMDA to use quoted include for libpcp.h
Match qa/src pattern of using "libpcp.h" instead of <pcp/libpcp.h>. The -I../../src flag in GNUmakefile.install now finds the file at ../../src/libpcp.h without needing a pcp/ subdirectory structure.
1 parent 16b9f2a commit 2df973a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qa/pmdas/dynamic/dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <syslog.h>
99
#include <errno.h>
1010
#include <pcp/pmapi.h>
11-
#include <pcp/libpcp.h>
11+
#include "libpcp.h"
1212
#include <pcp/pmda.h>
1313
#include "domain.h"
1414

0 commit comments

Comments
 (0)