summaryrefslogtreecommitdiff
path: root/beecrypt/sha1.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2004-08-02 03:30:10 +0000
committerjbj <devnull@localhost>2004-08-02 03:30:10 +0000
commitb01550d8fc5a716a6111312fe49226663a96d19e (patch)
tree67c1f20c77f34c63cb5ab5ada68c7d590ed60850 /beecrypt/sha1.c
parent6626798a65dcf66c7268d4dca95a32e140b01c40 (diff)
downloadlibrpm-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/sha1.c')
-rw-r--r--beecrypt/sha1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/beecrypt/sha1.c b/beecrypt/sha1.c
index 265946843..d7f3c1cd3 100644
--- a/beecrypt/sha1.c
+++ b/beecrypt/sha1.c
@@ -25,7 +25,10 @@
#include "system.h"
+#include "beecrypt.h"
+#include "sha1opt.h"
#include "sha1.h"
+#include "mp.h"
#include "endianness.h"
#include "debug.h"