From a94288f2040965815eb2345b940a736632a06aaa Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 20 Sep 2012 10:25:00 +0200 Subject: device.c: include gi18n-lib.h instead of gi18n.h The former calls the 'd' variants of the gettext functions and passes the libraries domain in each call. --- src/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/device.c') diff --git a/src/device.c b/src/device.c index c22aae8..078c7a4 100644 --- a/src/device.c +++ b/src/device.c @@ -25,7 +25,7 @@ License along with this library. If not, see #include "config.h" #endif -#include +#include #include "device.h" -- cgit v1.2.3