diff options
author | David Sommerseth <davids@redhat.com> | 2009-06-05 12:25:05 +0200 |
---|---|---|
committer | David Sommerseth <davids@redhat.com> | 2009-06-05 12:25:05 +0200 |
commit | 39cbdfb56e80cabbd67754d8d77f781e14eaa3da (patch) | |
tree | 8701e6c21eea9a3e686e3f876b280bd4a7899862 /src/dmidecodemodule.h | |
parent | 5d126d78a77bd41021927ae9bcf9ccc30aeb5ad5 (diff) | |
download | python-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.h | 1 |
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" |