summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 16:24:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-21 16:24:43 +0000
commit17225e0cc49a3b13f955e27d21976ff2af0b035b (patch)
tree9fa222e8e561a4a62b78fbe2639b6f33c7a1162d
parent2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-17225e0cc49a3b13f955e27d21976ff2af0b035b.tar.bz2
2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
PR 764/networking * libnetworking/sys/sysctl.h: include <rtems/stdint.h>.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/libnetworking/sys/sysctl.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6b6bf39073..9e65a2b015 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,10 @@
2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+ PR 764/networking
+ * libnetworking/sys/sysctl.h: include <rtems/stdint.h>.
+
+2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* score/inline/rtems/score/address.inl,
score/inline/rtems/score/chain.inl,
score/inline/rtems/score/coremsg.inl,
diff --git a/cpukit/libnetworking/sys/sysctl.h b/cpukit/libnetworking/sys/sysctl.h
index 9c224eb5a7..5aade0fcad 100644
--- a/cpukit/libnetworking/sys/sysctl.h
+++ b/cpukit/libnetworking/sys/sysctl.h
@@ -36,6 +36,7 @@
#ifndef _SYS_SYSCTL_H_
#define _SYS_SYSCTL_H_
+#include <rtems/stdint.h>
#include <sys/queue.h>
struct thread;