From 02dcd6378070347f2b3cc59a82e79e60afa0583d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 12 Apr 2012 20:17:06 -0400 Subject: Add gettext support There were already error messages in soup-request.c and soup-requester.c marked for translation, and we'll be adding more soon. --- libsoup/soup-request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libsoup/soup-request.c') diff --git a/libsoup/soup-request.c b/libsoup/soup-request.c index 06fe7ff1..5e978419 100644 --- a/libsoup/soup-request.c +++ b/libsoup/soup-request.c @@ -25,7 +25,7 @@ #include #endif -#include +#include #define LIBSOUP_USE_UNSTABLE_REQUEST_API -- cgit v1.2.1