From f14363effff6809c143f6aefb6391d3b22dd467c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 13 Apr 2020 14:14:20 +0200 Subject: [PATCH] Fix a compilation error (regression from 2019-12-24). * gettext-tools/src/write-desktop.c: Include . --- gettext-tools/src/write-desktop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gettext-tools/src/write-desktop.c b/gettext-tools/src/write-desktop.c index 319ac50ed..8efb87363 100644 --- a/gettext-tools/src/write-desktop.c +++ b/gettext-tools/src/write-desktop.c @@ -1,5 +1,5 @@ /* Writing Desktop Entry files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016, 2019 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008-2009, 2014-2016, 2019-2020 Free Software Foundation, Inc. This file was written by Daiki Ueno . This program is free software: you can redistribute it and/or modify @@ -24,6 +24,7 @@ #include #include +#include #include #include #include "error.h" -- 2.47.2