summaryrefslogtreecommitdiffstats
path: root/server/pixmap-cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/pixmap-cache.c')
-rw-r--r--server/pixmap-cache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/pixmap-cache.c b/server/pixmap-cache.c
index 61d225e8..a4852685 100644
--- a/server/pixmap-cache.c
+++ b/server/pixmap-cache.c
@@ -14,6 +14,10 @@
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "pixmap-cache.h"
int pixmap_cache_unlocked_set_lossy(PixmapCache *cache, uint64_t id, int lossy)