summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/pppd')
-rw-r--r--cpukit/pppd/pppd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/pppd/pppd.h b/cpukit/pppd/pppd.h
index ae6f6640f8..8655f82783 100644
--- a/cpukit/pppd/pppd.h
+++ b/cpukit/pppd/pppd.h
@@ -30,7 +30,7 @@
#include <sys/time.h> /* for struct timeval */
#include <net/ppp_defs.h>
#include <rtems/rtemsdialer.h>
-#include <rtems/stdint.h>
+#include <stdint.h>
#if defined(__STDC__)
#include <stdarg.h>