2005-02-21 Ralf Corsepius <ralf.corsepius@rtems.org>

PR 764/networking
	* libnetworking/sys/sysctl.h: include <rtems/stdint.h>.
This commit is contained in:
Ralf Corsepius
2005-02-21 16:24:43 +00:00
parent c1f9a87784
commit 17225e0cc4
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
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,

View File

@@ -36,6 +36,7 @@
#ifndef _SYS_SYSCTL_H_
#define _SYS_SYSCTL_H_
#include <rtems/stdint.h>
#include <sys/queue.h>
struct thread;