X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fpbd%2Fmountpoint.cc;h=3cc94638a335023019d829dad5b1523d61573acb;hb=8fcf7e6a0785556602df0502a4c02707a432f0b6;hp=a4063a0e4081d02fc1b84074d82b77afd26ede9b;hpb=16d97766465ba87cd69412836d65e68395e84943;p=ardour.git diff --git a/libs/pbd/mountpoint.cc b/libs/pbd/mountpoint.cc index a4063a0e40..3cc94638a3 100644 --- a/libs/pbd/mountpoint.cc +++ b/libs/pbd/mountpoint.cc @@ -24,15 +24,15 @@ #include #include -#include +#include "pbd/mountpoint.h" using std::string; -#ifdef HAVE_WAFCONFIG_H -#include "wafconfig.h" +#ifdef WAF_BUILD +#include "libpbd-config.h" #endif -#if HAVE_GETMNTENT +#ifdef HAVE_GETMNTENT #include struct mntent_sorter {