blob: 5f08e7aba57a8a3a42adff4871d5e8e162aee534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
http://bugs.gentoo.org/237046
--- grun.c
+++ grun.c
@@ -30,8 +30,6 @@
#if defined (HAVE_GETTEXT) || defined (HAVE_CATGETS)
#include <libintl.h>
-#else
-#include "intl/libintl.h"
#endif
#define PATH_CHAR ":"
|