summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2014-04-09 13:30:44 +0200
committerRadek Novacek <rnovacek@redhat.com>2014-04-09 13:31:32 +0200
commit40d748aee3fdbfea407f9ed9312f8979c489e207 (patch)
tree07ddba5c91c73cefb0bdd740166f685a1962051c /src
parent5f780e8c3e4de8866af4a71e22b956533ffca9ca (diff)
downloadopenlmi-providers-40d748aee3fdbfea407f9ed9312f8979c489e207.tar.gz
openlmi-providers-40d748aee3fdbfea407f9ed9312f8979c489e207.tar.xz
openlmi-providers-40d748aee3fdbfea407f9ed9312f8979c489e207.zip
Add missing pthread.h inclusion
Diffstat (limited to 'src')
-rw-r--r--src/openlmi.c1
1 files changed, 1 insertions, 0 deletions
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 <cmpimacs.h>
#include <glib.h>
#include <dlfcn.h>
+#include <pthread.h>
static char *_system_name = NULL;
static CMPIObjectPath *_computer_system = NULL;