summaryrefslogtreecommitdiff
path: root/libs/pbd/mountpoint.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-04-18 16:15:12 +0000
committerDavid Robillard <d@drobilla.net>2009-04-18 16:15:12 +0000
commit3ae378a17c21257d7fb15316380898a61fe2cc5d (patch)
tree37034084829b4a558612d0a8c1e276a56c1538a5 /libs/pbd/mountpoint.cc
parent588900a09bd10aaeffb3908ac0602503d60acf0e (diff)
Upgrade to waf 1.5.4.
git-svn-id: svn://localhost/ardour2/branches/3.0@4991 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/pbd/mountpoint.cc')
-rw-r--r--libs/pbd/mountpoint.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/pbd/mountpoint.cc b/libs/pbd/mountpoint.cc
index e85a299e0b..cdc4ccea8d 100644
--- a/libs/pbd/mountpoint.cc
+++ b/libs/pbd/mountpoint.cc
@@ -32,7 +32,7 @@ using std::string;
#include "wafconfig.h"
#endif
-#if HAVE_GETMNTENT
+#ifdef HAVE_GETMNTENT
#include <mntent.h>
struct mntent_sorter {