Fix include-what-you-use warnings
[geeqie.git] / src / compat.cc
index 4fa51b1..4d3789e 100644 (file)
@@ -22,7 +22,7 @@
 
 #include <config.h>
 
-#ifdef HAVE_GTK4
+#if HAVE_GTK4
 void gq_gtk_container_add(GtkWidget *container, GtkWidget *widget)
 {
        if (GTK_IS_BUTTON(container))