summaryrefslogtreecommitdiffstats
path: root/freebsd/sys/md5.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/sys/md5.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to 'freebsd/sys/md5.h')
-rw-r--r--freebsd/sys/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/md5.h b/freebsd/sys/md5.h
index c250a7d4..9bf97cd6 100644
--- a/freebsd/sys/md5.h
+++ b/freebsd/sys/md5.h
@@ -39,7 +39,7 @@ typedef struct MD5Context {
unsigned char buffer[64]; /* input buffer */
} MD5_CTX;
-#include <rtems/freebsd/sys/cdefs.h>
+#include <freebsd/sys/cdefs.h>
__BEGIN_DECLS
void MD5Init (MD5_CTX *);