summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/net/ppp_defs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 00:47:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 00:47:56 +0000
commit1cb54d1f38de31800259d2e52cbe948aa712c6b4 (patch)
treeed4fd51bad484f570b231edcf6a71998b7e5e1b7 /cpukit/libnetworking/net/ppp_defs.h
parent2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1cb54d1f38de31800259d2e52cbe948aa712c6b4.tar.bz2
#include <stdint.h> instead of <rtems/stdint.h>.
Diffstat (limited to 'cpukit/libnetworking/net/ppp_defs.h')
-rw-r--r--cpukit/libnetworking/net/ppp_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libnetworking/net/ppp_defs.h b/cpukit/libnetworking/net/ppp_defs.h
index 7fb32872ba..5df4fc7995 100644
--- a/cpukit/libnetworking/net/ppp_defs.h
+++ b/cpukit/libnetworking/net/ppp_defs.h
@@ -34,7 +34,7 @@
#ifndef _PPP_DEFS_H_
#define _PPP_DEFS_H_
-#include <rtems/stdint.h>
+#include <stdint.h>
/*
* The basic PPP frame.