Search
lxdream.org :: lxdream/src/main.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/main.c
changeset 755:ab873907b00e
prev740:dd11269ee48b
next759:f16975739abc
author nkeynes
date Mon Jul 21 00:08:34 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add gettext.h and build sanely without libintl if it's not available
Remove x86dasm's config.h & opintl.h (no longer needed and actually wrong)
file annotate diff log raw
1.1 --- a/src/main.c Wed Jul 16 10:40:10 2008 +0000
1.2 +++ b/src/main.c Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -20,7 +20,7 @@
1.4 #include <stdlib.h>
1.5 #include <unistd.h>
1.6 #include <getopt.h>
1.7 -#include <glib/gi18n.h>
1.8 +#include "gettext.h"
1.9 #include "lxdream.h"
1.10 #include "syscall.h"
1.11 #include "mem.h"
.