diff options
Diffstat (limited to 'src/suil_internal.h')
-rw-r--r-- | src/suil_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/suil_internal.h b/src/suil_internal.h index bcf0777..a2444c9 100644 --- a/src/suil_internal.h +++ b/src/suil_internal.h @@ -34,6 +34,8 @@ static inline char* dlerror(void) { return "Unknown error"; } #include "suil/suil.h" +#define NS_UI "http://lv2plug.in/ns/extensions/ui#" + #define SUIL_ERRORF(fmt, ...) fprintf(stderr, "error: %s: " fmt, \ __func__, __VA_ARGS__) |