1f10716342
necessary header libintl.h. This prevents kdar from getting compiled. PR: ports/81003 Submitted by: Kay Lehmann <kay_lehmann@web.de> Approved by: Edson Brandi <ebrandi@fugspbr.org> (maintainer)
10 lines
223 B
C++
10 lines
223 B
C++
--- src/libdar/integers.hpp.orig Sat Apr 16 11:38:51 2005
|
|
+++ src/libdar/integers.hpp Sat Apr 16 11:39:27 2005
|
|
@@ -31,6 +31,7 @@
|
|
#define INTEGERS_HPP
|
|
|
|
#include "../my_config.h"
|
|
+#include <libintl.h>
|
|
|
|
#ifndef OS_BITS
|
|
|