summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-12-07 13:01:33 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-12-07 17:50:51 +0100
commit0fa2794e1dfe2344213f999ed72869cc0c35994c (patch)
tree1a4071e4a8bed00593245cc5e18c15671baf6a26
parentc1a89c90b1856ba97a5ed89835f96c49dc4b6752 (diff)
list: Include osinfo_filter.h in osinfo_list.h
osinfo_list.h uses OsinfoFilter so it must include osinfo_filter.h to be self-contained.
-rw-r--r--osinfo/osinfo_list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/osinfo/osinfo_list.h b/osinfo/osinfo_list.h
index b881826..c8509bf 100644
--- a/osinfo/osinfo_list.h
+++ b/osinfo/osinfo_list.h
@@ -25,6 +25,8 @@
#ifndef __OSINFO_LIST_H__
#define __OSINFO_LIST_H__
+#include <osinfo/osinfo_filter.h>
+
/*
* Type macros.
*/