diff options
Diffstat (limited to 'statistics.c')
-rw-r--r-- | statistics.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/statistics.c b/statistics.c index 83675cf22..1eb6669df 100644 --- a/statistics.c +++ b/statistics.c @@ -6,7 +6,13 @@ * void process_all_dives(struct dive *dive, struct dive **prev_dive); * void get_selected_dives_text(char *buffer, int size); */ +#if 0 #include <glib/gi18n.h> +#else +#define _(arg) arg +#define N_(arg) arg +#endif +#include <string.h> #include <ctype.h> #include "dive.h" |