summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2014-01-20 02:25:18 -0800
committerMichael Schroeder <mls@suse.de>2014-01-20 02:25:18 -0800
commita1052e73b2d754fc754294a25ac0bbd5ba35c1a3 (patch)
tree039154d6d5a8f3501c2a7a2b4d4f254730a8c8fc
parent20031e223d33af667c9b7e3106ea9c19ec4fbce7 (diff)
parent74600c7569065fda80cf196098417bb454473f3a (diff)
downloadlibsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.tar.gz
libsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.tar.bz2
libsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.zip
Merge pull request #41 from dmacvicar/master
-rw-r--r--src/knownid.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/knownid.h b/src/knownid.h
index d8a5e51..c18171a 100644
--- a/src/knownid.h
+++ b/src/knownid.h
@@ -15,6 +15,9 @@
* the ABI!
*/
+#ifndef LIBSOLV_KNOWNID_H
+#define LIBSOLV_KNOWNID_H
+
#undef KNOWNID
#ifdef KNOWNID_INITIALIZE
# define KNOWNID(a, b) b
@@ -270,3 +273,6 @@ KNOWNID(ID_NUM_INTERNAL, 0)
#undef KNOWNID
+#endif
+
+