summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/ppp_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/net/ppp_defs.h')
-rw-r--r--cpukit/libnetworking/net/ppp_defs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/ppp_defs.h b/cpukit/libnetworking/net/ppp_defs.h
index 81c46ee5fa..7fb32872ba 100644
--- a/cpukit/libnetworking/net/ppp_defs.h
+++ b/cpukit/libnetworking/net/ppp_defs.h
@@ -34,6 +34,8 @@
#ifndef _PPP_DEFS_H_
#define _PPP_DEFS_H_
+#include <rtems/stdint.h>
+
/*
* The basic PPP frame.
*/
@@ -85,7 +87,7 @@
/*
* Extended asyncmap - allows any character to be escaped.
*/
-typedef u_int32_t ext_accm[8];
+typedef uint32_t ext_accm[8];
/*
* What to do with network protocol (NP) packets.