]> git.michaelhowe.org Git - packages/b/bup.git/commit
Move _helper.c's Python.h back up (now to the top), because Python.
authorRob Browning <rlb@defaultvalue.org>
Mon, 23 Sep 2013 00:18:24 +0000 (19:18 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 23 Sep 2013 00:18:28 +0000 (19:18 -0500)
commit81ad1e6871827ec0fda7f5f93b646a8ea1c98c03
treeacf4cc7b69ae100e9538288c0f2b69e1bbd0e6f5
parent08521dbf5bbaa2d8c8acd18a89cb9616bb25eaf7
Move _helper.c's Python.h back up (now to the top), because Python.

Move the Python.h include in _helper.c to the top because Python says
so:

  http://docs.python.org/2/c-api/intro.html#include-files

Though according to this, it's been fixed upstream:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=206805

Which might explain why I didn't see the problem here.

Thanks to Chandan Kumar <chandank.kumar@gmail.com> for the report.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c