summaryrefslogtreecommitdiff
path: root/nuttx/examples/sendmail/host.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/sendmail/host.c')
-rw-r--r--nuttx/examples/sendmail/host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/examples/sendmail/host.c b/nuttx/examples/sendmail/host.c
index ecae2b6a1..67a541b0c 100644
--- a/nuttx/examples/sendmail/host.c
+++ b/nuttx/examples/sendmail/host.c
@@ -1,7 +1,7 @@
/****************************************************************************
* examples/sendmail/host.c
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -43,7 +43,7 @@
#include <string.h>
#include <errno.h>
-#include <net/uip/smtp.h>
+#include <apps/netutils/smtp.h>
/****************************************************************************
* Private Data