From c19e4ddf60b45b7b4a3cdf296ddb7ad62608b471 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 26 Jun 2014 09:34:21 -0600 Subject: [PATCH] Update changelog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d36ab0e7092..370f3ef7a33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7526,4 +7526,5 @@ GPIO pins in I2C driver. Fix from Alex D. (2014-6-25). * NET: Fix an include file ordering problem when CONFIG_NET_STATISTICS=y. (2014-6-26). - + * include/nuttx/net/netstats.h: Move statistcs from uip.h to new netstats.h + to remove nasty circular inclusion problem (2014-6-26).