# HG changeset patch # User Dan Stowell # Date 1287404988 -3600 # Node ID 7298621f11923ffc2303343d47ebf285f39ca84d # Parent 909cf273bed1013dddc7ebc2e6b757cf9f86482a header inclusion guards diff -r 909cf273bed1 -r 7298621f1192 osx/svitunes.h --- a/osx/svitunes.h Mon Oct 18 13:24:38 2010 +0100 +++ b/osx/svitunes.h Mon Oct 18 13:29:48 2010 +0100 @@ -12,6 +12,9 @@ COPYING included with this distribution for more information. */ +#ifndef _SVITUNES_H_ +#define _SVITUNES_H_ + #include #include @@ -22,3 +25,4 @@ //LATER: QStringList iTunesSelectedPaths(); +#endif