diff options
author | jbj <devnull@localhost> | 2004-08-02 03:30:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-08-02 03:30:10 +0000 |
commit | b01550d8fc5a716a6111312fe49226663a96d19e (patch) | |
tree | 67c1f20c77f34c63cb5ab5ada68c7d590ed60850 /beecrypt/hmac.c | |
parent | 6626798a65dcf66c7268d4dca95a32e140b01c40 (diff) | |
download | librpm-tizen-b01550d8fc5a716a6111312fe49226663a96d19e.tar.gz librpm-tizen-b01550d8fc5a716a6111312fe49226663a96d19e.tar.bz2 librpm-tizen-b01550d8fc5a716a6111312fe49226663a96d19e.zip |
More #include fiddles.
Add python/system.h to insure python included before any glibc includes.
CVS patchset: 7377
CVS date: 2004/08/02 03:30:10
Diffstat (limited to 'beecrypt/hmac.c')
-rw-r--r-- | beecrypt/hmac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/beecrypt/hmac.c b/beecrypt/hmac.c index 7d4723198..50a3fd0da 100644 --- a/beecrypt/hmac.c +++ b/beecrypt/hmac.c @@ -30,6 +30,7 @@ #include "system.h" #include "hmac.h" +#include "mp.h" #include "endianness.h" #include "debug.h" |