diff options
Diffstat (limited to 'cc3200/mods/modnetwork.c')
-rw-r--r-- | cc3200/mods/modnetwork.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/mods/modnetwork.c b/cc3200/mods/modnetwork.c index fa45e57157..77e8e0658f 100644 --- a/cc3200/mods/modnetwork.c +++ b/cc3200/mods/modnetwork.c @@ -25,7 +25,7 @@ * THE SOFTWARE. */ -#include <std.h> +#include <stdio.h> #include <stdint.h> #include <string.h> |