mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
24ea77af87
PR: ports/196375 Submitted by: Gasol Wu <gasol.wu@gmail.com>
15 lines
366 B
C++
15 lines
366 B
C++
--- cld.cc.orig 2011-11-15 01:13:43 UTC
|
|
+++ cld.cc
|
|
@@ -30,8 +30,9 @@
|
|
#include <ctype.h>
|
|
#define CLD_WINDOWS
|
|
|
|
-#include "encodings/compact_lang_det/compact_lang_det.h"
|
|
-#include "encodings/compact_lang_det/ext_lang_enc.h"
|
|
+#include "compact_lang_det.h"
|
|
+#include "ext_lang_enc.h"
|
|
+#include "lang_enc.h"
|
|
#include "base/string_util.h"
|
|
#include "cld_encodings.h"
|
|
|