diff --git a/proc/escape.c b/proc/escape.c index 32961a3b..6c903a32 100644 --- a/proc/escape.c +++ b/proc/escape.c @@ -18,13 +18,13 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include #include #include #include "escape.h" #include "readproc.h" +#include "nls.h" #define SECURE_ESCAPE_ARGS(dst, bytes) do { \ if ((bytes) <= 0) return 0; \