5903d61c85
- Take maintainership (requested by maintainer) PR: 123967 Submitted by: leeym Approved by: trasz
13 lines
303 B
C++
13 lines
303 B
C++
--- encfs/encfsctl.cpp.orig 2008-05-22 02:37:48.000000000 -0700
|
|
+++ encfs/encfsctl.cpp 2008-05-22 02:37:57.000000000 -0700
|
|
@@ -36,9 +36,9 @@
|
|
#include <sys/types.h>
|
|
#include <sys/stat.h>
|
|
#include <fcntl.h>
|
|
#ifdef __FreeBSD__
|
|
-#include <libintl.h>
|
|
+#include "gettext.h"
|
|
#endif
|
|
|
|
#include "i18n.h"
|
|
|