aboutsummaryrefslogtreecommitdiff
path: root/archivers/dpkg/files/patch-lib_compat_gettext.h
blob: 9598958acaeeaad1f4d0924e7d68e401c3df8d5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- lib/compat/gettext.h.orig	2015-05-03 14:52:33 UTC
+++ lib/compat/gettext.h
@@ -53,7 +53,6 @@
    <libintl.h>, which chokes if dcgettext is defined as a macro.  So include
    it now, to make later inclusions of <libintl.h> a NOP.  */
 #if defined(__cplusplus) && defined(__GNUG__) && (__GNUC__ >= 3)
-# include <cstdlib>
 # if (__GLIBC__ >= 2 && !defined __UCLIBC__) || _GLIBCXX_HAVE_LIBINTL_H
 #  include <libintl.h>
 # endif