]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix a compilation error (regression from 2019-12-24).
authorBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 12:14:20 +0000 (14:14 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 12:14:20 +0000 (14:14 +0200)
* gettext-tools/src/write-desktop.c: Include <stdint.h>.

gettext-tools/src/write-desktop.c

index 319ac50ed70fca8bc67cf7327f6b2d763224523d..8efb8736381216c25f9b6077ded3566d96e767c5 100644 (file)
@@ -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 <ueno@gnu.org>.
 
    This program is free software: you can redistribute it and/or modify
@@ -24,6 +24,7 @@
 
 #include <assert.h>
 #include <errno.h>
+#include <stdint.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include "error.h"