commit | 53fa0d5433cda9a7071122568a56a17449fb4b1f | [log] [tgz] |
---|---|---|
author | Eric Pouech <pouech-eric@wanadoo.fr> | Thu Feb 05 01:27:38 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Feb 05 01:27:38 2004 +0000 |
tree | d0a1ab62cdebcaeeb922ca1a75b566025ecdcf07 | |
parent | d68477711b15b0bb695114bea82f055ec49f4a78 [diff] [blame] |
- Fixed broken winedbg compilation on BSD. - Fixed some corner case handling in ELF list walking (reported by Robert Shearman).
diff --git a/configure.ac b/configure.ac index 4018a7b..f973579 100644 --- a/configure.ac +++ b/configure.ac
@@ -1087,7 +1087,9 @@ stdint.h \ strings.h \ sys/cdio.h \ + sys/elf32.h \ sys/errno.h \ + sys/exec_elf.h \ sys/file.h \ sys/filio.h \ sys/inttypes.h \