diff options
author | Michael Schroeder <mls@suse.de> | 2014-01-20 02:25:18 -0800 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2014-01-20 02:25:18 -0800 |
commit | a1052e73b2d754fc754294a25ac0bbd5ba35c1a3 (patch) | |
tree | 039154d6d5a8f3501c2a7a2b4d4f254730a8c8fc | |
parent | 20031e223d33af667c9b7e3106ea9c19ec4fbce7 (diff) | |
parent | 74600c7569065fda80cf196098417bb454473f3a (diff) | |
download | libsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.tar.gz libsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.tar.bz2 libsolv-a1052e73b2d754fc754294a25ac0bbd5ba35c1a3.zip |
Merge pull request #41 from dmacvicar/master
-rw-r--r-- | src/knownid.h | 6 |
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 + + |