diff options
Diffstat (limited to 'apps/plugins/pdbox/PDa/intern/tabsend~.c')
| -rw-r--r-- | apps/plugins/pdbox/PDa/intern/tabsend~.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pdbox/PDa/intern/tabsend~.c b/apps/plugins/pdbox/PDa/intern/tabsend~.c index a3bc560..bee6e79 100644 --- a/apps/plugins/pdbox/PDa/intern/tabsend~.c +++ b/apps/plugins/pdbox/PDa/intern/tabsend~.c @@ -1,6 +1,6 @@ -#include <m_pd.h> -#include <m_fixed.h> +#include "../src/m_pd.h" +#include <../src/m_fixed.h> static t_class *tabsend_class; typedef struct _tabsend |