Search
lxdream.org :: lxdream/src/x86dasm/sysdep.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/x86dasm/sysdep.h
changeset 755:ab873907b00e
prev362:dc40e2064dc4
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/x86dasm/sysdep.h Tue Aug 28 08:46:54 2007 +0000
1.2 +++ b/src/x86dasm/sysdep.h Mon Jul 21 00:08:34 2008 +0000
1.3 @@ -25,9 +25,9 @@
1.4 trying to replace often did that. If it can be dropped from this
1.5 file (check in a non-ANSI environment!), it should be. */
1.6
1.7 -#include "config.h"
1.8 +#include "lxdream.h"
1.9
1.10 -#include "ansidecl.h"
1.11 +#include "x86dasm/ansidecl.h"
1.12
1.13 #ifdef HAVE_STDLIB_H
1.14 #include <stdlib.h>
.