X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=perl%2Famglue%2Famglue.swg;h=f5f3b9a0d4611a6a3326bfa8aeac0d731d2a9e6e;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=10fe0ebe92477c94f1b788d505dac8039f0f2985;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/perl/amglue/amglue.swg b/perl/amglue/amglue.swg index 10fe0eb..f5f3b9a 100644 --- a/perl/amglue/amglue.swg +++ b/perl/amglue/amglue.swg @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007,2008,2009 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2007, 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -18,6 +18,11 @@ * Sunnyvale, CA 94085, USA, or: http://www.zmanda.com */ +/* make sure config.h gets included early */ +%begin %{ +#include "../config/config.h" +%} + %{ #include "amglue.h" %}