summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/md4.h2
-rw-r--r--cpukit/pppd/md5.h2
-rw-r--r--cpukit/pppd/pppd.h1
3 files changed, 3 insertions, 2 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.
*/
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;
diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h
index 58a1dc3b86..9320348ffb 100644
--- a/cpukit/pppd/pppd.h
+++ b/cpukit/pppd/pppd.h
@@ -29,6 +29,7 @@
#include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h>
#include <rtems/rtemsdialer.h>
+#include <rtems/stdint.h>
#if defined(__STDC__)
#include <stdarg.h>