script: Include config.h

It avoids deprecation warnings wrt GLib.

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
Quentin Glidic 2021-10-28 06:31:20 +00:00
parent 2ae7348df8
commit f24cbe270e
No known key found for this signature in database
GPG Key ID: AC203F96E2C34BB7
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
/** The log domain of this dialog. */
#define G_LOG_DOMAIN "Dialogs.Script"
#include "config.h"
#include "dialogs/script.h"
#include "helper.h"
#include "rofi.h"