summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/ftp/ftp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/ftp/ftp.c')
-rw-r--r--cc3200/ftp/ftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/ftp/ftp.c b/cc3200/ftp/ftp.c
index 2899ca4080..8a2afa2728 100644
--- a/cc3200/ftp/ftp.c
+++ b/cc3200/ftp/ftp.c
@@ -26,7 +26,7 @@
#include <stdint.h>
#include <ctype.h>
-#include <std.h>
+#include "std.h"
#include "py/mpconfig.h"
#include MICROPY_HAL_H