From f285118e5d4d62a9918a563c9fb1e7aba0299c9e Mon Sep 17 00:00:00 2001 From: nima Date: Sun, 27 Jul 2008 12:15:51 +0000 Subject: Completed `case 4', which was thought to have been completed falsely before. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@26 abc39116-655e-4be6-ad55-d661dc543056 --- catsprintf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'catsprintf.c') diff --git a/catsprintf.c b/catsprintf.c index aee5cdf..842067e 100644 --- a/catsprintf.c +++ b/catsprintf.c @@ -1,4 +1,6 @@ #include +#include + #include "catsprintf.h" dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...) { -- cgit