summaryrefslogtreecommitdiff
path: root/apps/plugins/puzzles/src/no-icon.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/puzzles/src/no-icon.c')
-rw-r--r--apps/plugins/puzzles/src/no-icon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/puzzles/src/no-icon.c b/apps/plugins/puzzles/src/no-icon.c
index 114b2c57c7..5091dca426 100644
--- a/apps/plugins/puzzles/src/no-icon.c
+++ b/apps/plugins/puzzles/src/no-icon.c
@@ -4,5 +4,7 @@
4 * `icons' subdirectory, when they're absent. 4 * `icons' subdirectory, when they're absent.
5 */ 5 */
6 6
7#include "gtk.h"
8
7const char *const *const xpm_icons[] = { 0 }; 9const char *const *const xpm_icons[] = { 0 };
8const int n_xpm_icons = 0; 10const int n_xpm_icons = 0;