From 40d748aee3fdbfea407f9ed9312f8979c489e207 Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Wed, 9 Apr 2014 13:30:44 +0200 Subject: Add missing pthread.h inclusion --- src/openlmi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openlmi.c') diff --git a/src/openlmi.c b/src/openlmi.c index 4355d59..2391062 100644 --- a/src/openlmi.c +++ b/src/openlmi.c @@ -30,6 +30,7 @@ #include #include #include +#include static char *_system_name = NULL; static CMPIObjectPath *_computer_system = NULL; -- cgit