diff options
Diffstat (limited to 'lib/ephy-dnd.c')
-rw-r--r-- | lib/ephy-dnd.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ephy-dnd.c b/lib/ephy-dnd.c index 857dd26df..fa2a7cf78 100644 --- a/lib/ephy-dnd.c +++ b/lib/ephy-dnd.c @@ -14,8 +14,14 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ephy-dnd.h" #include "ephy-string.h" #include "ephy-node.h" |