summaryrefslogtreecommitdiff
path: root/lwip/test/networking01/sample_app.c
diff options
context:
space:
mode:
authorVijay Kumar Banerjee <vijay@rtems.org>2021-07-06 12:49:31 -0600
committerVijay Kumar Banerjee <vijay@rtems.org>2021-07-06 12:49:31 -0600
commitfbe7ebd1ac39cdc25c331ede84cc5a45f8c56753 (patch)
treee3053ddfcf928aedab8826650d698a10fc03b19e /lwip/test/networking01/sample_app.c
parent8934b44c09959ba7e2960626d49450bd5c62a208 (diff)
lwip/src: Add rtems compatibilitydevel
Diffstat (limited to 'lwip/test/networking01/sample_app.c')
-rw-r--r--lwip/test/networking01/sample_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lwip/test/networking01/sample_app.c b/lwip/test/networking01/sample_app.c
index 1a7018f..2657d5e 100644
--- a/lwip/test/networking01/sample_app.c
+++ b/lwip/test/networking01/sample_app.c
@@ -17,7 +17,7 @@
#endif
#include <compat/posix/sys/socket.h>
-#include "lwip/netdb.h"
+#include <lwip/netdb.h>
#include <string.h>
#include <rtems.h>
#include <tmacros.h>