Restore alloca include order

merge-requests/1/head
Mattias Ellert 2009-02-20 17:56:54 +00:00
rodzic 0827226249
commit 18e9d6c358
2 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2009-02-01 Mattias Ellert <mattias.ellert@fysast.uu.se>
* tools/Makefile.am: Add missing liblib dependencies
* frontend/scanimage.c: Restore alloca include order
2009-02-19 Chris Bagwell <cbagwell-guest at users.alioth.debian.org>
* configure.in, Makefile.am, backend/Makefile.am: Have
configure define configdir so all makefiles can use

Wyświetl plik

@ -22,12 +22,12 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Put anything that may use a macro that can conflict with our
* internal remapping functions in liblib.la before we include
* include/sane/config.h.
*/
#include "../include/lalloca.h" /* MUST come first for AIX! */
#ifdef _AIX
# include "../include/lalloca.h" /* MUST come first for AIX! */
#endif
#include "../include/sane/config.h"
#include "../include/lalloca.h"
#include <assert.h>
#include "lgetopt.h"