summaryrefslogtreecommitdiffstats
path: root/cpukit/pppd/pppd.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/pppd.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 '')
-rw-r--r--cpukit/pppd/pppd.h1
1 files changed, 1 insertions, 0 deletions
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>