Remove out-of-date comment.
[ardour.git] / libs / pbd / mountpoint.cc
index c1bcb375f3a67f84d1a4d4cc8febb827f6a84de7..3cc94638a335023019d829dad5b1523d61573acb 100644 (file)
 */
 
 #include <cstdio>
+#include <cstring>
 #include <string>
+#include <cstring>
 #include <limits.h>
 
-#include <pbd/mountpoint.h>
+#include "pbd/mountpoint.h"
 
 using std::string;
 
-#if HAVE_GETMNTENT
+#ifdef WAF_BUILD
+#include "libpbd-config.h"
+#endif
+
+#ifdef HAVE_GETMNTENT
 #include <mntent.h>
 
 struct mntent_sorter {