diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index c0ef323..93af5f8 100644 --- a/src/config.h +++ b/src/config.h @@ -19,11 +19,11 @@ * along with Marquee. If not, see <http://www.gnu.org/licenses/>. */ -typedef struct MqConfig MqConfig; - #ifndef MQ_CONFIG_H #define MQ_CONFIG_H +typedef struct MqConfig MqConfig; + #include <glib.h> typedef void (*MqConfigBooleanCallback)(MqConfig *, |