summaryrefslogtreecommitdiff
path: root/cpukit/libnetworking/rtems/rtems_showudpstat.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 03:06:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-02 03:06:41 +0000
commit4aa8a23f2abb28fc228c06f5767266689f7ed39a (patch)
tree628db5ae909819d4e8ae2289ae7e43f03efe8dee /cpukit/libnetworking/rtems/rtems_showudpstat.c
parentde462dd7dd99817e6c5db5db48e5d91f208342f9 (diff)
Include config.h.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_showudpstat.c')
-rw-r--r--cpukit/libnetworking/rtems/rtems_showudpstat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_showudpstat.c b/cpukit/libnetworking/rtems/rtems_showudpstat.c
index 1fc2d15a0b..d47534d964 100644
--- a/cpukit/libnetworking/rtems/rtems_showudpstat.c
+++ b/cpukit/libnetworking/rtems/rtems_showudpstat.c
@@ -2,6 +2,10 @@
* $Id$
*/
+#if HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/systm.h>