summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-17 09:56:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-17 09:56:43 -0600
commitec161ddef3b8fcabbc3f83906533bae0601f25fd (patch)
tree172314582ad021ac88dfc02e3a2558acd666c086
parent53c6d40e297023678a13ecdd054f83d3d3609783 (diff)
downloadpx4-nuttx-ec161ddef3b8fcabbc3f83906533bae0601f25fd.tar.gz
px4-nuttx-ec161ddef3b8fcabbc3f83906533bae0601f25fd.tar.bz2
px4-nuttx-ec161ddef3b8fcabbc3f83906533bae0601f25fd.zip
include, not incldue
-rw-r--r--nuttx/include/netdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/netdb.h b/nuttx/include/netdb.h
index e0d96dbc5..706a80176 100644
--- a/nuttx/include/netdb.h
+++ b/nuttx/include/netdb.h
@@ -49,7 +49,7 @@
* <netinet/in.h>, <sys/socket.h>, and <inttypes.h>.
*/
-#incldue <inttypes.h>
+#include <inttypes.h>
#include <netinet/in.h>
#include <sys/socket.h>