diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 17:53:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 17:53:07 (GMT) |
commit | 8fe33f41ae9bd319298c601548a453020d23ad06 (patch) | |
tree | b7936b22311f403616fc851d8715d7fee9a49cb2 /src/gtkext/tweak.h | |
parent | 0b8fbc0c0d6a18cf1b90337dbd20639316af1fe7 (diff) |
Handle configuration edition for plugins.
Diffstat (limited to 'src/gtkext/tweak.h')
-rw-r--r-- | src/gtkext/tweak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gtkext/tweak.h b/src/gtkext/tweak.h index 568a793..8c44844 100644 --- a/src/gtkext/tweak.h +++ b/src/gtkext/tweak.h @@ -25,6 +25,7 @@ #define _GTKEXT_TWEAK_H +#include <stdbool.h> #include <gtk/gtk.h> |