diff options
author | David Sommerseth <davids@redhat.com> | 2009-04-09 12:12:56 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-04-29 11:22:11 +0200 |
commit | 95b156e3d8a6b82bddb5516735e82355f5dee50a (patch) | |
tree | dc9c346350b5e22d36bd52e828b2995fabf0dc22 /src/dmidecodemodule.c | |
parent | 581b015c91a3b364b1c1324bed775bfd2ce99dbd (diff) | |
download | python-dmidecode-95b156e3d8a6b82bddb5516735e82355f5dee50a.tar.gz python-dmidecode-95b156e3d8a6b82bddb5516735e82355f5dee50a.tar.xz python-dmidecode-95b156e3d8a6b82bddb5516735e82355f5dee50a.zip |
Removed all Python dependencies in dmidecode.[ch]
Diffstat (limited to 'src/dmidecodemodule.c')
-rw-r--r-- | src/dmidecodemodule.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dmidecodemodule.c b/src/dmidecodemodule.c index 9528647..e9e688c 100644 --- a/src/dmidecodemodule.c +++ b/src/dmidecodemodule.c @@ -1,3 +1,4 @@ +#include <Python.h> #include "dmidecodemodule.h" #include <mcheck.h> |