aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/md5.h
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 18:20:30 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-06 18:20:30 +0000
commit1aaca973d79b813cc49683a261690f690cb030d7 (patch)
tree7426bd7fc41235fdf20c71fa627263846c60cb0f /include/asterisk/md5.h
parent1bc657efc4e2ec87ba6303156575050916e5f798 (diff)
Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the right info on freebsd and on linux inttypes.h includes stdint.h) (bug 1369)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2639 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/md5.h')
-rwxr-xr-xinclude/asterisk/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/md5.h b/include/asterisk/md5.h
index 463a1918c..30ac30c8c 100755
--- 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];