aboutsummaryrefslogtreecommitdiff
path: root/jack-ports.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-12 13:52:55 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-12 13:52:55 +0000
commit3923990e6200aeddcd55c48833d72af9d5b1628f (patch)
treef224010191255b11ea54424aab6ecd26ec8d63b9 /jack-ports.c
parentb160688d388f85f01d1ee508356fe92fcfd8db78 (diff)
rename internal header following standard naming scheme, otherwise its missing from the dist tarball
svn path=/trunk/externals/jackx/; revision=16541
Diffstat (limited to 'jack-ports.c')
-rw-r--r--jack-ports.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jack-ports.c b/jack-ports.c
index 68c245b..6c38141 100644
--- a/jack-ports.c
+++ b/jack-ports.c
@@ -18,7 +18,7 @@
*/
-#include "libjackx.h"
+#include "jackx.h"
#include "m_pd.h"
#include <unistd.h>