summaryrefslogtreecommitdiffstats
path: root/src/dmidecodemodule.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-06-05 12:25:05 +0200
committerDavid Sommerseth <davids@redhat.com>2009-06-05 12:25:05 +0200
commit39cbdfb56e80cabbd67754d8d77f781e14eaa3da (patch)
tree8701e6c21eea9a3e686e3f876b280bd4a7899862 /src/dmidecodemodule.h
parent5d126d78a77bd41021927ae9bcf9ccc30aeb5ad5 (diff)
downloadpython-dmidecode-39cbdfb56e80cabbd67754d8d77f781e14eaa3da.tar.gz
python-dmidecode-39cbdfb56e80cabbd67754d8d77f781e14eaa3da.tar.xz
python-dmidecode-39cbdfb56e80cabbd67754d8d77f781e14eaa3da.zip
Implemented fix making python-dmidecode work with Python v2.3
This resolves Ticket #7 (http://projects.autonomy.net.au/python-dmidecode/ticket/7)
Diffstat (limited to 'src/dmidecodemodule.h')
-rw-r--r--src/dmidecodemodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dmidecodemodule.h b/src/dmidecodemodule.h
index cf1e5f4..2b2bde7 100644
--- a/src/dmidecodemodule.h
+++ b/src/dmidecodemodule.h
@@ -9,6 +9,7 @@
#include <sys/stat.h>
#include <unistd.h>
+#include "compat.h"
#include "version.h"
#include "config.h"
#include "types.h"