From: Ferry Huberts <[email protected]> Please review. The patches need it ;-)
Ferry Huberts (9): add some include paths add forgotten include fix compiler warning about extra symbols after ifdef fix compiler warning about implicit declaration hessian: add forgotten include add linux/limits.h includes MAXNAMLEN is actually called NAME_MAX eclipse: update include paths use gtk accessor functions .cproject | 6 ++++-- deployment_admin/private/include/miniunz.h | 15 +++++++++++++++ deployment_admin/private/src/deployment_admin.c | 7 +++++-- deployment_admin/private/src/miniunz.c | 4 +++- examples/mongoose/mongoose.c | 2 ++ .../circle/private/src/circle_shape.c | 6 +++--- .../paint/private/src/default_shape.c | 2 +- .../paint/private/src/paint_frame.c | 19 +++++++++++++------ .../simple/public/include/simple_shape.h | 2 ++ .../square/private/src/square_shape.c | 2 +- .../triangle/private/src/triangle_shape.c | 2 +- hessian/source/private/test/test_service_skeleton.c | 2 ++ .../remote_service_admin/private/src/mongoose.c | 2 ++ .../private/src/mongoose.c | 2 ++ shell/update_command.c | 4 +++- 15 files changed, 59 insertions(+), 18 deletions(-) create mode 100644 deployment_admin/private/include/miniunz.h -- 1.7.10.4
