tFix for building with --disable-gui-client and NLS - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 00f29fa39d0845e66051f20fc315a93485d70d80
 (DIR) parent fce6e64cfa5ee4b2f326e69604fcaeb7ea95042b
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri,  2 Nov 2001 16:47:27 +0000
       
       Fix for building with --disable-gui-client and NLS
       
       
       Diffstat:
         M src/gtk_client.c                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtk_client.c b/src/gtk_client.c
       t@@ -3465,7 +3465,7 @@ void SocksAuthDialog(NetworkBuffer *netbuf,gpointer data) {
        #else
        
        #include <glib.h>
       -#include "dopewars.h" /* We need this for the definition of '_' */
       +#include "nls.h" /* We need this for the definition of '_' */
        
        char GtkLoop(int *argc,char **argv[],gboolean ReturnOnFail) {
           if (!ReturnOnFail) {