From 95b156e3d8a6b82bddb5516735e82355f5dee50a Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 9 Apr 2009 12:12:56 +0200 Subject: Removed all Python dependencies in dmidecode.[ch] --- src/dmidecodemodule.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dmidecodemodule.c') 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 #include "dmidecodemodule.h" #include -- cgit