From: Bruno Haible Date: Mon, 13 Apr 2020 12:14:20 +0000 (+0200) Subject: Fix a compilation error (regression from 2019-12-24). X-Git-Tag: v0.20.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14363effff6809c143f6aefb6391d3b22dd467c;p=thirdparty%2Fgettext.git Fix a compilation error (regression from 2019-12-24). * gettext-tools/src/write-desktop.c: Include . --- 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"