summaryrefslogtreecommitdiff
path: root/apps/netutils/pppd/chat.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-04-14 07:02:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-04-14 07:02:12 -0600
commita62dd4fd455e2cf078860a29ec8d23a451243731 (patch)
treef460edc5279a34d2ceef6be216410331f2aa7dc4 /apps/netutils/pppd/chat.c
parentd98cd13d425a5502e1f6d764148b276048c0730a (diff)
downloadpx4-nuttx-a62dd4fd455e2cf078860a29ec8d23a451243731.tar.gz
px4-nuttx-a62dd4fd455e2cf078860a29ec8d23a451243731.tar.bz2
px4-nuttx-a62dd4fd455e2cf078860a29ec8d23a451243731.zip
apps/netutils: Separated out apps/examples/pppd; split up pppd utils. From Brennan Ashton
Diffstat (limited to 'apps/netutils/pppd/chat.c')
-rw-r--r--apps/netutils/pppd/chat.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/netutils/pppd/chat.c b/apps/netutils/pppd/chat.c
index e3120f647..35ab4c23a 100644
--- a/apps/netutils/pppd/chat.c
+++ b/apps/netutils/pppd/chat.c
@@ -37,12 +37,16 @@
* Included Files
****************************************************************************/
+#include <nuttx/config.h>
+
#include "ppp_conf.h"
#include "ppp_arch.h"
#include "chat.h"
#include <poll.h>
+#include <apps/netutils/pppd.h>
+
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
@@ -200,4 +204,4 @@ int ppp_chat(int fd, struct chat_script_s *script, int echo)
}
return 0;
-} \ No newline at end of file
+}