diff options
author | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-27 12:15:51 +0000 |
---|---|---|
committer | nima <nima@abc39116-655e-4be6-ad55-d661dc543056> | 2008-07-27 12:15:51 +0000 |
commit | f285118e5d4d62a9918a563c9fb1e7aba0299c9e (patch) | |
tree | b29e3c1ebc242e259582d0ccdd4c2a3f76bf16df /catsprintf.c | |
parent | 65cca18ecfb4c72faf0cf77872f3db494aa80c35 (diff) | |
download | python-dmidecode-f285118e5d4d62a9918a563c9fb1e7aba0299c9e.tar.gz python-dmidecode-f285118e5d4d62a9918a563c9fb1e7aba0299c9e.tar.xz python-dmidecode-f285118e5d4d62a9918a563c9fb1e7aba0299c9e.zip |
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
Diffstat (limited to 'catsprintf.c')
-rw-r--r-- | catsprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/catsprintf.c b/catsprintf.c index aee5cdf..842067e 100644 --- a/catsprintf.c +++ b/catsprintf.c @@ -1,4 +1,6 @@ #include <stdio.h> +#include <strings.h> + #include "catsprintf.h" dmi_minor* dmiAppendObject(long code, char const *key, const char *format, ...) { |