summaryrefslogtreecommitdiffstats
path: root/src/dmidecodemodule.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-04-09 12:12:56 +0200
committerDavid Sommerseth <davids@redhat.com>2009-04-29 11:22:11 +0200
commit95b156e3d8a6b82bddb5516735e82355f5dee50a (patch)
treedc9c346350b5e22d36bd52e828b2995fabf0dc22 /src/dmidecodemodule.c
parent581b015c91a3b364b1c1324bed775bfd2ce99dbd (diff)
downloadpython-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.c1
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>