Add the appropriate #include for the _() macro.

2002-07-17  Jeffrey Stedfast  <fejj@ximian.com>

	* camel-lock.c: Add the appropriate #include for the _() macro.

svn path=/trunk/; revision=17499
This commit is contained in:
Jeffrey Stedfast
2002-07-17 22:27:23 +00:00
committed by Jeffrey Stedfast
parent 8206e5ddef
commit 0eadce4e00
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-07-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-lock.c: Add the appropriate #include for the _() macro.
2002-07-17 Not Zed <NotZed@Ximian.com>
* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Got

View File

@ -52,8 +52,8 @@
#include "camel-lock.h"
/* dunno where this fucking thing is got from */
#define _(x) (x)
#include "gnome-i18n.h" /* for _() */
#define d(x) /*(printf("%s(%d): ", __FILE__, __LINE__),(x))*/