projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bcf40
)
Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the right...
author
James Golovich
<james@gnuinter.net>
Tue, 6 Apr 2004 18:20:30 +0000
(18:20 +0000)
committer
James Golovich
<james@gnuinter.net>
Tue, 6 Apr 2004 18:20:30 +0000
(18:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2639
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
include/asterisk/md5.h
patch
|
blob
|
history
diff --git
a/include/asterisk/md5.h
b/include/asterisk/md5.h
index
463a191
..
30ac30c
100755
(executable)
--- a/
include/asterisk/md5.h
+++ b/
include/asterisk/md5.h
@@
-1,7
+1,7
@@
#ifndef MD5_H
#define MD5_H
-#include <stdint.h>
+#include <inttypes.h>
struct MD5Context {
uint32_t buf[4];