summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/md4.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/md4.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/md4.h')
-rw-r--r--cpukit/pppd/md4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/md4.h b/cpukit/pppd/md4.h
index 0245486af6..c70284c9b6 100644
--- a/cpukit/pppd/md4.h
+++ b/cpukit/pppd/md4.h
@@ -8,7 +8,7 @@
** ********************************************************************
*/
-#include <stdint.h>
+#include <rtems/stdint.h>
/* MDstruct is the data structure for a message digest computation.
*/