summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 22:41:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 22:41:26 +0000
commitdae9c2321c03dabb3817cc5216be27b9ec5aaf8e (patch)
tree01d37ca858896d3e9e165575b4fc6531a26d1bc7 /nuttx/include
parent860a3382a921df07f0d816e5d12979b6e5de69be (diff)
downloadpx4-nuttx-dae9c2321c03dabb3817cc5216be27b9ec5aaf8e.tar.gz
px4-nuttx-dae9c2321c03dabb3817cc5216be27b9ec5aaf8e.tar.bz2
px4-nuttx-dae9c2321c03dabb3817cc5216be27b9ec5aaf8e.zip
Add examples/sendmail
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1663 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/net/uip/smtp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/include/net/uip/smtp.h b/nuttx/include/net/uip/smtp.h
index aae9c972e..7a95323bb 100644
--- a/nuttx/include/net/uip/smtp.h
+++ b/nuttx/include/net/uip/smtp.h
@@ -1,8 +1,8 @@
/****************************************************************************
-/* smtp.h
+ * smtp.h
* SMTP header file
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Heavily leveraged from uIP 1.0 which also has a BSD-like license:
@@ -47,6 +47,7 @@
#include <sys/types.h>
#include <net/uip/uipopt.h>
+#include <net/uip/uip.h>
/****************************************************************************
* Type Definitions