Added <string.h> header to ppp_impl.h, this appears to be required, found out by Ivan Delamer.

This commit is contained in:
Sylvain Rochet 2012-08-18 22:43:23 +02:00
parent 1ddebcc862
commit 98c0fcc659

View File

@ -39,6 +39,7 @@
#include <stdio.h> /* formats */
#include <stdarg.h>
#include <string.h>
#include "lwip/netif.h"
#include "lwip/def.h"