summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/libbsdport_api.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-04 13:39:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-04 13:39:55 +0000
commit31d56d93c8e0fd4c9a7fdbc5c43c5be172bae273 (patch)
tree7db9e805b26d3f6a256ecd1a3e3157b9133e3c07 /bsd_eth_drivers/libbsdport/libbsdport_api.h
parent2009-05-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadlibbsdport-31d56d93c8e0fd4c9a7fdbc5c43c5be172bae273.tar.bz2
2009-06-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* libbsdport/alldrv.c, libbsdport/libbsdport_api.h: Add include <stdio.h> for FILE *.
Diffstat (limited to '')
-rw-r--r--bsd_eth_drivers/libbsdport/libbsdport_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd_eth_drivers/libbsdport/libbsdport_api.h b/bsd_eth_drivers/libbsdport/libbsdport_api.h
index 2dae664..fddfe15 100644
--- a/bsd_eth_drivers/libbsdport/libbsdport_api.h
+++ b/bsd_eth_drivers/libbsdport/libbsdport_api.h
@@ -3,6 +3,7 @@
#include <rtems.h>
#include <rtems/rtems_bsdnet.h>
+#include <stdio.h>
/* $Id$ */