summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/md5.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 15:56:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-05-09 15:56:13 +0000
commit203ed7ff8ccdfa233ac5bd22ca05add3d217ea03 (patch)
tree6888dad0abe5fb11341086eeecf4fd673684352a /cpukit/pppd/md5.h
parent2007-05-09 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-203ed7ff8ccdfa233ac5bd22ca05add3d217ea03.tar.bz2
Include <rtems/stdint.h> instead of <stdint.h>.
Diffstat (limited to 'cpukit/pppd/md5.h')
-rw-r--r--cpukit/pppd/md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/md5.h b/cpukit/pppd/md5.h
index 1756a31228..db754a6668 100644
--- a/cpukit/pppd/md5.h
+++ b/cpukit/pppd/md5.h
@@ -39,7 +39,7 @@
#ifndef __MD5_INCLUDE__
-#include <stdint.h>
+#include <rtems/stdint.h>
/* typedef a 32-bit type */
typedef uint32_t UINT4;