diff options
Diffstat (limited to 'src/plugger.h')
| -rw-r--r-- | src/plugger.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugger.h b/src/plugger.h index 6ae0296..746f5ac 100644 --- a/src/plugger.h +++ b/src/plugger.h | |||
| @@ -12,12 +12,14 @@ | |||
| 12 | #include "bu/hash.h" | 12 | #include "bu/hash.h" |
| 13 | #include "bu/list.h" | 13 | #include "bu/list.h" |
| 14 | #include <dlfcn.h> | 14 | #include <dlfcn.h> |
| 15 | #include "bu/exceptions.h" | 15 | #include "bu/exceptionbase.h" |
| 16 | #include "bu/fstring.h" | 16 | #include "bu/fstring.h" |
| 17 | #include <stddef.h> | 17 | #include <stddef.h> |
| 18 | 18 | ||
| 19 | namespace Bu | 19 | namespace Bu |
| 20 | { | 20 | { |
| 21 | subExceptionDecl( PluginException ); | ||
| 22 | |||
| 21 | typedef struct PluginInfo | 23 | typedef struct PluginInfo |
| 22 | { | 24 | { |
| 23 | const char *sID; | 25 | const char *sID; |
