Browse Source

include config.h if available

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2405 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.90
nedko 17 years ago
parent
commit
008b652a8d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      common/JackGlobalsClient.cpp

+ 4
- 0
common/JackGlobalsClient.cpp View File

@@ -17,6 +17,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

*/

#if defined(HAVE_CONFIG_H)
#include "config.h"
#endif

#include "JackGlobals.h"

// OSX


Loading…
Cancel
Save