From ead8b4135115ec4a74c7866249b9155ea941a892 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 5 Jun 2009 12:25:05 +0200 Subject: Implemented fix making python-dmidecode work with Python v2.3 This resolves Ticket #7 (http://projects.autonomy.net.au/python-dmidecode/ticket/7) (cherry picked from commit 39cbdfb56e80cabbd67754d8d77f781e14eaa3da) --- src/dmidecodemodule.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dmidecodemodule.h') diff --git a/src/dmidecodemodule.h b/src/dmidecodemodule.h index 47b22b6..ea5e36e 100644 --- a/src/dmidecodemodule.h +++ b/src/dmidecodemodule.h @@ -9,6 +9,7 @@ #include #include +#include "compat.h" #include "version.h" #include "config.h" #include "types.h" -- cgit